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 ]
|