jsauvard
12 years agoNew Contributor
Would SoapUI close HTTP connection on 500 error?
Hi,
I'm struggling since a couple of days on a problem I'm having with multiple client BUT SoapUI.
When I send an incorrect request to the target webservice, every client I've been testing so far is giving back a time out response. For instance, in a simple browser, if I set the URL to the webservice address, the browser only prints back the XML response after the default 3-minute timeout.
Since the response does not set Content-Length, I presume the server does not close the HTTP connection and this leads to the timeout.
However, SoapUI perfectly reads the output of the server and does not timeout. This is the very single client I've been using that behaves this way and this prevents me from proving 100% that this is the server that does not close the connection.
Has anyone experienced such an identical behaviour or can someone from SmartBear confirm me that SoapUI actually assumes the HTTP connection is finished after it receives soap-end:Envelope close tag or something like that?
Thanks in advance for help.
I'm struggling since a couple of days on a problem I'm having with multiple client BUT SoapUI.
When I send an incorrect request to the target webservice, every client I've been testing so far is giving back a time out response. For instance, in a simple browser, if I set the URL to the webservice address, the browser only prints back the XML response after the default 3-minute timeout.
Since the response does not set Content-Length, I presume the server does not close the HTTP connection and this leads to the timeout.
However, SoapUI perfectly reads the output of the server and does not timeout. This is the very single client I've been using that behaves this way and this prevents me from proving 100% that this is the server that does not close the connection.
Has anyone experienced such an identical behaviour or can someone from SmartBear confirm me that SoapUI actually assumes the HTTP connection is finished after it receives soap-end:Envelope close tag or something like that?
Thanks in advance for help.