Hi,
I am executing a client-server application that uses
SOAP for exchanging data. The client recently has been receiving the following SOAPException
[SOAPException: faultCode=SOAP-ENV:Client; msg=Connection reset by peer: socket write error; targetException=java.net.SocketException: Connection reset by peer: socket write error]
The exception message i.e.
Connection reset by peer: socket write error is the message for which I need possible scenarios in which case these exceptions arise. The most intriguing part is that a Socket has not been explicitly declared anywhere in the client or server code. So can anyone help me out with it? Any kind of help will be most welcomed.