Hi, I am trying to call my webservice and getting the following error at the client side. Tomcat log doesn't show any error as if it didn't receive the method call, so I have no idea where I can find debugging server info? Any idea about this type of error and/or where to find more detailed log file?
Thanks for your help org.apache.axis2.AxisFault: <faultstring>unknown</faultstring> at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:451) at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:371) at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:417) at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229) at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165) at edu.co.cake.client.MyServiceStub.addNumbers(MyServiceStub.java:895) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org