| Author |
AxisFault not propagated
|
Mathilde Samting
Greenhorn
Joined: Apr 08, 2009
Posts: 1
|
|
Hi,
my Eclipse Ganymede generated AXIS Client throws a SAX Exception if the service I am calling returns a soap:Fault.
That means that the application exception info is gone once the AXIS stuff returns to my client, leaving only the SAX Exception.
How can I configure AXIS, so that it can cope with application exceptions.
The only thing I found was to implement my own handler, and making it throw an AxisFault with the desired exception info.
But thats not propagated to my client code either.
Thanks
Matthias
|
 |
 |
|
|
subject: AxisFault not propagated
|
|
|