I have a Winforms application written in C # that uses web services from a Windows Server 2008 IIS Coldfusion server. All web service calls are successful, but one that does not work in about 50% of cases with the following error:
System.InvalidOperationException was not handled by user code Message = There is an error in the XML document (1254, 7).
with internal exception:
InnerException: System.IO.IOException Message = Unable to read data from transport connection: existing connection was forcibly closed by the remote host.
I checked the IIS logs and received error 503 (Service Unavailable) and IIS 64 code (the specified network is no longer available). Any suggestions would be great.
I run my web service in the SOAP user interface and I get the following error:
javax.net.ssl.SSLException: connection completed: javax.net.ssl.SSLException: java.net.SocketException: Connection reset
This code works fine in one company, but this error appears almost every time for this company, with which I now work.
source share