Hi. I'm using axis 1.2.1, and I'm trying to get the exceptions sent by my service thrown to the client. For instance, my service can throw an "InvalidDateException" exception, which is a subclass of java.lang.Exception, and I want the client code to get that exception. What little is said on the axis website about this implies that it should "just work", but it doesn't seem to - what I get on the other side is an AxisFault with the message string from my exception embedded inside.

Is there something special I have to do, on either side, to get this to work?

Thanks.

-Jack

Reply via email to