amit07
6 years agoNew Contributor
Rest call still running, server already responded response
Hi There,
I am running a rest request (GET http://<IP>:8080/app1?queryParam=1000 ) on SoapUI 5.4.0 (community edition)
Case-1: When server responding within 5 mintes with statusCode =200,, =>then I am getting response correctly.
Case-2: When server responding in more than 10 minutes with statusCode =200, =>then rest call is not stoping (monitored till 90 minutes).
Note : I have configured SocketTimeOut = 3600000
Please help me, how to resolve this issue.