I am facing issue with Axis2
java client that it tries to reset the connection when I make a service call. The timeout is different from what I mentioned during call. I want to prevent this from happening. I get the following error:
May 08, 2017 12:09:43 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.SocketException) caught when processing request: Connection reset by peer: socket write error
May 08, 2017 12:09:43 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
How can I stop this error from occuring? These are my client settings.