Hi,
I start using axis and I wonder how I could see Exception when they are thrown in the
Server-side (Axis on Tomcat).
I do not use the JWS file but I deploy WebServices using the WSDL2Java classes.
When I've got an Exception, I see nothing on the axis-side but I've got the following
Fault on the client-side.
What can I do?
Thanks for your help.
Charles
[java] AxisFault
[java] faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
[java] faultSubcode:
[java] Reponse=null
[java] faultString: java.lang.reflect.InvocationTargetException
[java] faultActor:
[java] faultNode:
[java] faultDetail:
[java] {http://xml.apache.org/axis/}stackTrace: AxisFault
[java] faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
[java] faultSubcode:
[java] faultString: java.lang.reflect.InvocationTargetException
[java] faultActor:
[java] faultNode:
[java] faultDetail:
[java]
[java] java.lang.reflect.InvocationTargetException
[java] at
org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:251)