Matthew Denner wrote:
Sorry, different search ("exception" is just one of those words that you can't use in a Java search!) of axis-user mailing list reveals the answer: no. Well, not at the moment by the looks of things.
Is there any way to recreate the exception thrown on the server side of an Axis SOAP connection on the client side? For instance, say my service throws an SQLException, can I get it recreated (obviously without the original stack trace) on the client side? I see that an org.apache.axis.AxisFault is what is actually thrown but this doesn't appear to achieve (quite) what I want. I'm using the 1.1b release of Axis.
Any help much appreciated.
Hmmm ....