Hi All,
I've created a staeful web service and we are doing load tests for 50-100 concurrent users on this webservice.
After some time we are getting invalid response time exceptions while calling the web service.
In transaction SM04 , we observed all the (HTTP connections)stateful connections are opened and after reaching 1000 users its anot allowing further webservice calls.
How can we close the staeful web service connections . I am cosuming this web service in java.
Please let me know.
Thanks,Anilkumar