A correction : my Exception problem happens with the Axis 1.1 RC2, not with Axis 1.0 
(I'm just trying it).

Charles.

-----Message d'origine-----
De : DESMOULINS Charles OCISI 
Envoyé : vendredi 4 avril 2003 14:59
À : [EMAIL PROTECTED]
Objet : How see Exceptions


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)

Reply via email to