java.net.SocketException when consuming a .Net web service
Hi, I'm new to Java so im sorry if this is a stupid question. I am consuming a .Net web service from a Java application via a SOAP request. This works on my computer however it will not work on any other computer, even with the same Internet connection and Java version running. it returns the error "Connection reset" which I think is a java.net.SocketException, however I cannot get to the bottom of why this error only occurs on other computers.
Does anyone know what could be causing this? or is there some problem with my code?
Thanks.
Bookmarks