| Tomas Restrepo \(MVP\) 2006-01-13, 9:59 pm |
| Tommy,
> The scenario is
> . I used web service publishing wizard published the schema as web service
> . I create a send port that subscribed to the published web port
> . I made a customized pipeline component (send/receive) and applied to
> both
> endpoints
> . I created a .NET project which consumes the web service published.
>
> Problem:
> . In HAT, the message status is 'Terminated'
> . In event log, get the error message saying 'There was a failure
> executing
> the receive pipeline: "ISL.BizTalk.Tx301.Pipeline.ReceivePipeline" Source:
> "mscorlib" Receive Location: "/Tx301Search/Producer.asmx" Reason: Cannot
> find
> the assembly Microsoft.BizTalk.Pipeline.Components, Version=.' followed by
> 'The Messaging Engine has suspended "1" message(s) from adapter "SOAP" due
> to
> failures in message processing. Please refer to Health and Activity
> Tracking
> tool for more detailed information on this failure.'
> . If I changed the pipeline bounded to the web port to 'PassThrough', it
> went successful with expected message sent by the send port.
Did you deploy the pipeline assembly to the GAC?
You might also want to use the fusion log viewer tool (fuslogvw.exe)
included in the .NET Framework SDK, as it can help diagnose some of these
issues.
--
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/
|