| Devdutt Patnaik 2004-08-25, 5:53 pm |
| Did you check whether you have accidentally installed the same Schema more
than once?
"Guru" <Guru@discussions.microsoft.com> wrote in message
news:987716C7-0C65-421B-8031-31C571207698@microsoft.com...
> Hi
>
> i am receiving the following xml from Webservice in my orchestration
> <?xml version="1.0"?>
> <Two xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>
xmlns="http://Constellation.BgeHome.Horizon.BizTalk.Schema2.BgeHome.BgeHomeL
eads.Two">
> <Name xmlns="">VISHWANATHA</Name>
> <Age xmlns="">20</Age>
> </Two>
>
> and getting the following error at the send shape.
>
> There was a failure executing the send pipeline:
> "Microsoft.BizTalk.DefaultPipelines.XMLTransmit" Source: "XML assembler"
Send
> Port: " C:\Orchid\ShowWSShortFileName\out\%Messa
geID%.xml" Reason: This
> Assembler cannot retrieve document specification by using this type:
>
"http://Constellation.BgeHome.Horizon.BizTalk.Schema2.BgeHome.BgeHomeLeads.T
wo#Two".
>
> I added the Send Pipeline component and in the Assemble Section i made the
> "Document schema" pointing to the Webservice output schema.
>
> Even then i am getting the same error.
>
> What could be the solution ?
>
> Regards
> Guru
|