09-13-05 11:00 PM
If you have distinct namespaces, and you are still seeing this issue, then
you likely have a deployment issue with your schemas.
Does the error occur on the receive or send side?
Note that on the send side, you can use a pass through pipeline in most
cases.
"Mohan" <Mohan@discussions.microsoft.com> wrote in message
news:3EF0AA79-558A-46D5-9AC0-F49A3CA86F95@microsoft.com...[vbcol=seagreen]
>I have given different name spaces to the schemas (Previously used the
> project name as namespace for both schemas). I have rechecked the
> pipelines
> and ports. But it is still giving the error "Cannot locate document
> specification as multiple schemas match the message type "MyRootnode".
>
> Here are the things I have verified..
> 1. Have given different name spaces to the schemas in the same project.
> 2. The receive pipe line should have an XML disassembler and it should
> have
> the receive schema in the document schemas. (Do I need to specify the
> Envelop
> schema?)
> 3. The send pipe line should have an XML assembler and it should have the
> send schema in the document schemas.
> 4. Created a mapper to transform receive to send.
> 5. Created a receive port and specified the receive pipeline.
> 6. Created a send port and specified the send pipeline, Mapper to
> transform
> receive to send and a filter to BTS.ReceivePortName==ReceivePortName.
> (Removed the orchestration and made it as PUB/SUB mode)
> 7. Started the send port.
>
> Mohan
>
> "Scott Colestock" wrote:
>
[ Post a follow-up to this message ]
|