org.apache.axis2.AxisFault: [was class java.net.ConnectException] Connection refused: connect

2012-09-24 Thread Denise Wu
log. However the client didn't receive any response but rather throws the following error: Any idea? Thanks, problem running EchoString: org.apache.axis2.AxisFault: [was class java.net.ConnectException] Connection refused: connect org.apache.axis2.AxisFault: [was class java.net.ConnectException

Re: org.apache.axis2.AxisFault: [was class java.net.ConnectException] Connection refused: connect

2012-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Denise, On 9/24/12 12:05 PM, Denise Wu wrote: I developed a simple webservice to return a string based on an input string sent by the client. I configured my apache tomcat and axis2 for https on port 8443. When I send a query, it got received

Re: org.apache.axis2.AxisFault: [was class java.net.ConnectException] Connection refused: connect

2012-09-24 Thread Tom Anthony
Hi Chris, On the server side there is no error, I can even see the system.outs I put in the server class (skeleton). Thanks very much for your help! -- View this message in context:

Re: org.apache.axis2.AxisFault: [was class java.net.ConnectException] Connection refused: connect

2012-09-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom/Denise, On 9/24/12 1:17 PM, Tom Anthony wrote: On the server side there is no error, I can even see the system.outs I put in the server class (skeleton). If you can see the System.out.println's executing on the server side, then I suspect that