Hi * ! 

I have a problem throwing an exception, which extends AxisFault.
When this exception is located in a external JAR, I get on client side:
soapfault: "soapenv:Server.userException" 
soapdescription: :"java.lang.reflect.InvocationTargetException"

including the SAME exception (just changing package declaration) to the WAR: 
soapfault: "soap:724"
soapdescription: "Error descrption"
(as I expected to get)

I use Axis 1.2beta and Tomcat 5.0.18.

Any comments/solutions/hints ? 

Best regards - Henning

Reply via email to