Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Socket Closed Error Message

Options
wilfredclement7
wilfredclement7 Posts: 1
edited June 2021 in SOAtest

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

Tagged:

Answers

  • jakubiak
    jakubiak Posts: 798 admin
    Options

    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.

  • benken_parasoft
    benken_parasoft Posts: 1,230 ✭✭✭
    Options

    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.

Tagged