Timeout when calling webservice from orchestration
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Orchestration > Timeout when calling webservice from orchestration




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Timeout when calling webservice from orchestration  
Kekilie


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-16-05 12:52 PM

Hi,

I get timeout from a wbeservice even though I have set
SOAP.ClientConnectionTimeout=12000 and HTTP.RequestTimeout=12000.
Why?

Situation:
I an orchestration that calls webservice methods, 3 different
methods. All of them receive one xml as a parameter. The xml's are populated
from database tables, three different tables. 2 of the webservice calls work
s
fine, 1 results in a timeout. The xml's in the 2 calls that succeeds contain
s
data from database tables with 500 and 900 rows. These 2 calls returns back
to the orchestration with a response. The call that fails contains a xml wit
h
data from 13500 database table rows! I thought that maybe the webservice
needed more time, so I added the following code in the Assignment shape just
before the webservice call in my orchestration :

Msg_SOAPRequest(SOAP.ClientConnectionTimeout) = 12000;
Msg_SOAPRequest(HTTP.RequestTimeout) = 12000;

This code had no effect! Still get timeout, and I get it immediately after
the request is sent. It doesnt wait for 3 minutes before it times out (if
12000 milliseconds is like 3 minutes...)

Any ideas to fix this timeout?
Or to troubleshoot? Is there anything else than my orchestration that can
cause this error? In that case what?

Regards,
Kekilie





[ Post a follow-up to this message ]



    Re: Timeout when calling webservice from orchestration  
Fredrik M


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-16-05 10:57 PM

Make sure you have also set the connection timeout on the web server you are
consuming.





[ Post a follow-up to this message ]



    Re: Timeout when calling webservice from orchestration  
Kekilie


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
11-28-05 11:02 PM

Do you mean the webserver running the webservice I'm calling from my BizTalk
orchestration? The webservice is running on a remote webserver on the
Internet. Out of my reach. Can ask the ones responsible for this webservice
to do it.

Is there anything else I can do on my side to fix this timeout problem other
than setting SOAP.ClientConnectionTimeout and HTTP.RequestTimeout? Is there 
a
max value to use on SOAP.ClientConnectionTimeout and HTTP.RequestTimeout?

Regards,
Kekilie

"Fredrik M" wrote:

> Make sure you have also set the connection timeout on the web server you a
re
> consuming.
>





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 02:36 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register