|
Home > Archive > BizTalk Server Orchestration > August 2004 > SoAP Exception in Orchestration exposed as webservice
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 |
SoAP Exception in Orchestration exposed as webservice
|
|
|
|
Hi
when i try to run my .net client to test orchestration exposed as a web
service , receiving the following error.
I assume this is related to security.
1>
There was a failure executing the send pipeline:
"Microsoft.BizTalk.DefaultPipelines.XMLTransmit" Source: "mscorlib" Send
Port:
"/ExposeOrchestrationAsWS_Proxy/ ExposeOrchestrationAsWS_EXposeAsWS_Clien
tRequestPort.asmx"
Reason: Cannot find the assembly Microsoft.BizTalk.Pipeline.Components,
Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.
2>
The "SOAP" adapter is suspending an outbound message going to destination
URL:"/ExposeOrchestrationAsWS_Proxy/ ExposeOrchestrationAsWS_EXposeAsWS_Clien
tRequestPort.asmx".
Details:"Exception of type System.Runtime.InteropServices.COMException was
thrown.".
What could be the reason ?
Regards
Guru
| |
| Sergio Otoya 2004-08-25, 5:53 pm |
| Guru,
Have you checked if the orchestration is deployed and enlisted/started?
Also, the port should be bound to a passthrough pipeline (I think i have
read this in other posts).
HTH
--
Sergio Otoya
Winapp
"Guru" <Guru@discussions.microsoft.com> wrote in message
news:5D819F40-1F05-4C54-A5F3-23FAB10158A9@microsoft.com...
>
>
> Hi
>
> when i try to run my .net client to test orchestration exposed as a web
> service , receiving the following error.
>
> I assume this is related to security.
>
>
> 1>
>
> There was a failure executing the send pipeline:
> "Microsoft.BizTalk.DefaultPipelines.XMLTransmit" Source: "mscorlib" Send
> Port:
>
"/ExposeOrchestrationAsWS_Proxy/ ExposeOrchestrationAsWS_EXposeAsWS_Clien
tReq
uestPort.asmx"
> Reason: Cannot find the assembly Microsoft.BizTalk.Pipeline.Components,
> Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35.
>
> 2>
>
> The "SOAP" adapter is suspending an outbound message going to destination
>
URL:"/ExposeOrchestrationAsWS_Proxy/ ExposeOrchestrationAsWS_EXposeAsWS_Clien
tRequestPort.asmx".
> Details:"Exception of type System.Runtime.InteropServices.COMException was
> thrown.".
>
> What could be the reason ?
>
> Regards
> Guru
|
|
|
|
|