I am developing an Orchestration to receive purchase order and send back
response with BizTalk Http Adapter. In the receive ****t, I use a custom
pipeline that just contains the XML disassembler component (I will add a
custom pipeline component at the Decode stage later), and I got the
followng
error:
There was a failure executing the receive pipeline:
"Microsoft.Samples.BizTalk.HTTPRequestResponse.ReceivePipelineTest,
HTTPRequestResponse, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=fc666a58d6e5a537" Source: "Unknown " Receive ****t:
"HTTPRequestResponse****t" URI:
"/HTTPRequestResponseSample/BTSHTTPReceive.dll" Reason: Failed to get
pipeline:
Microsoft.Samples.BizTalk.HTTPRequestResponse.ReceivePipelineTest,
HTTPRequestResponse, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=fc666a58d6e5a537. Please verify that the pipeline strong
name
is correct and that the pipeline assembly is in the GAC.
Much appreciate for your help.


|