Socket Closed Error Message
Hi,
I am making a GET call from SOATest, and my URL is of the format
walk.appgw1.westin1.dev.azure.xy.com/sv/details/v1/name?ID=123456
I don't see any traffic in the viewer and in the "quality tasks" tab I get "Socket Closed"
I find no issues when I try this from POSTMAN / SOAP UI / Browser so its presumingly a SOATest issue
Answers
-
It looks like your socket is prematurely being closed, which makes me wonder how your test is configured. I would suggest connecting with Parasoft support so they can see how your test is set up and possibly suggest how to solve this problem.
0 -
I am aware of one particular issue where socket may be closed prematurely on client side but that was fixed in 9.10.6. So, please make sure you are on 9.10.6 or later. Otherwise, if server is closing the socket prematurely then you may have discovered an issue on the server side in which case you would need to check the server's logs for clues.
0