|
Home > Archive > BizTalk Server General > July 2004 > Consuming Web Service Failure
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Consuming Web Service Failure
|
|
|
| Hi,
I have two orchestrations. OrchA is published as a Web Service, OrchB Calls
OrchA.
Both orchestrations are using the same schema, which I deployed in a
different assembly once and make references to it from my OrchA and OrchB.
When I deploy my OrchB it deploys this schema again (probably because when I
add a web reference to the web service in OrchB this schema is added there
automatically as a Reference.xsd)
When I test ORchB I get this error in the event log -
--------
There was a failure executing the receive pipeline:
"Microsoft.BizTalk.DefaultPipelines.XMLReceive" Source: "XML disassembler"
Receive Location: "C:\...\....\ConsumeWebServicesSample\Input\*.xml" Reason:
The disassembler cannot retrieve the document specification by using this
type: "http://SQLAdapterSample#SQLRequest". Either the schema is not
deployed correctly, or more than one schema is deployed for the same message
type.
--------
Does anybody know how to fix this issue? I don't understand why this schema
gets deployed twice... Could anyone please HELP.
Thanks a lot,
Enya
| |
| Jon Fancey 2004-07-09, 3:31 pm |
| Enya,
Scott Woodgate addressed this one on his blog a while ago (which incidently is a great resource):
http://blogs.msdn.com/scottwoo/arch.../07/150174.aspx
hope this helps,
Jon.
"Enya" wrote:
> Hi,
> I have two orchestrations. OrchA is published as a Web Service, OrchB Calls
> OrchA.
> Both orchestrations are using the same schema, which I deployed in a
> different assembly once and make references to it from my OrchA and OrchB.
> When I deploy my OrchB it deploys this schema again (probably because when I
> add a web reference to the web service in OrchB this schema is added there
> automatically as a Reference.xsd)
> When I test ORchB I get this error in the event log -
>
> --------
> There was a failure executing the receive pipeline:
> "Microsoft.BizTalk.DefaultPipelines.XMLReceive" Source: "XML disassembler"
> Receive Location: "C:\...\....\ConsumeWebServicesSample\Input\*.xml" Reason:
> The disassembler cannot retrieve the document specification by using this
> type: "http://SQLAdapterSample#SQLRequest". Either the schema is not
> deployed correctly, or more than one schema is deployed for the same message
> type.
> --------
>
> Does anybody know how to fix this issue? I don't understand why this schema
> gets deployed twice... Could anyone please HELP.
>
> Thanks a lot,
> Enya
>
>
>
|
|
|
|
|