A request-response for the "SOAP" adapter has timed out before a response could be delivered.

Home Page Forums BizTalk 2004 – BizTalk 2010 A request-response for the "SOAP" adapter has timed out before a response could be delivered.

Viewing 1 reply thread
  • Author
    Posts
    • #18944

      I have published an orchestration as webservice and its taking a lot of time around 40 mins to deliver its response to send port. i have changed the IIS application time out to 3 hr. and session time to 3hrs as well but when the service reaches the 20 min mark the isolated adapter for soap disappers from biztalk server administration console and orchestration remains dehyrated. when it is completed and rehydrated it does know where to deliver the response.

       

      when the same service is called from TCP adapter its working fine with the same setting. There might be some problem in Soap adapter.

    • #18982

      Try this option of setting up the timeout while the WS is called.

      Add message assignment shape in your orchestration , just before you send
      shape that calls webservice and type the following

      Message_WS_Test(SOAP.ClientConnectionTimeout) = 200000;

      Message_WS_Test ==> message you are sending to the WS from your orchestration.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.