Author |
Message
|
mc01285 |
Posted: Thu Oct 06, 2011 7:58 am Post subject: SoapInput Node and Timeout |
|
|
Novice
Joined: 11 May 2009 Posts: 11
|
I have a SoapInput node fronting a process that will run for a "long" period of time. I'm using SoapUI to send in the soap request. The request times out (connection reset) after 5 minutes even though I have set the timeout (max client wait time) on the SoapInput node to 5400 seconds (same for the timeout in SoapUI).
Am I running into some Broker or maybe OS limitation?
Any thoughts?
Thanks,
Mark |
|
Back to top |
|
 |
Gaya3 |
Posted: Thu Oct 06, 2011 8:03 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
did you test the same using SOAPUI by directly hitting the WS, if so are you getting the result, _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Oct 06, 2011 8:07 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Is the network between your soap client and the broker timing this out?
Is the firewall on either your client machine or the broker runtime timing this out?
Is the firewall or network between the broker and the long running process timing this out? |
|
Back to top |
|
 |
lancelotlinc |
Posted: Thu Oct 06, 2011 8:08 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Your design is non-conformant for a Web Service. For long running processes, you should make a request which kicks off the process and immediately returns. You should have another Binding Operation that checks it's status. And a third binding operation that retrieves the results after the long running process is complete. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mc01285 |
Posted: Thu Oct 06, 2011 8:09 am Post subject: |
|
|
Novice
Joined: 11 May 2009 Posts: 11
|
Yes, I have been using SoapUI for testing. The process will return data for any request that takes less than 5 minutes of processing . . . anything longer than 5 minutes gets "connection reset" in SoapUI. |
|
Back to top |
|
 |
mc01285 |
Posted: Thu Oct 06, 2011 12:55 pm Post subject: |
|
|
Novice
Joined: 11 May 2009 Posts: 11
|
Thanks everyone for your input!
mqjeff was right with his first thought!
We have vips hosted on routers to route requests to the appropriate EG on the broker. The router was set to a 5 minute timeout. |
|
Back to top |
|
 |
|