I am having some problem with Biztalk. I have developed an Orchestration and
published the same as web service. Internally this Orchestration consumed
another web service. Often this Orchestration gets timed out. Error is logged
in the Event Viewer as follows:
1. A request-response for the "SOAP" adapter at receive location
"/Hillary_ExtraAvailability_Proxy/ExtraAvailabilityOrchestration_orch_ExtraAvailability_web_Port_ExtraAvailability.asmx"
has timed out before a response could be delivered.
2. The adapter failed on an attempt to transmit a message going to send port
with the address
"/Hillary_ExtraAvailability_Proxy/ExtraAvailabilityOrchestration_orch_ExtraAvailability_web_Port_ExtraAvailability.asmx".
Details: "Application Either Has Timed Out Or Is Timing Out".
Now I want to catch this exception in the Orchestration level itself. I have
tried to use "Microsoft.XLANGs.BaseTypes.TimeoutException" exception block. I
am not sure whether it works or not. I suppose it does not.
Can anyone give me a proper solution to catch this error.
regards
sourav.
Scott Colestock
www.traceofthought.net
>I am having some problem with Biztalk. I have developed an Orchestration and
>published the same as web service. Internally this Orchestration consumed
>another web service. Often this Orchestration gets timed out. Error is logged
>in the Event Viewer as follows:
Sounds more to me that it isn't the calling a web service inside your
orchestration that times out, but the process that handles the call to
YOUR web service has times out. So when your orchestration wants to
send the response back to the caller, this can't be done, because he
has timed out.
So basically, there is no exception inside your orchestration to
catch.
--
eliasen, representing himself and not the company he works for.
private email: j...@eliasen.dk