Forum Moderators: phranque
I am trying to invoke a WebService from my friend machine. However, I got an exception from Axis2
org.apache.axis2.AxisFault: Connection timed out: connect; nested exception is: java.net.ConnectException: Connection timed out: connect; nested exception is: org.apache.axis2.AxisFault: Connection timed out: connect; nested exception is: java.net.ConnectException: Connection timed out: connect
I have this WS in my machine, and it works fine, but when I try to invoke it remotely, it gave this exception ..!
Any clue?
Thanx in advance