You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by ti...@adinet.com.uy on 2004/02/20 03:33:20 UTC

fault and exceptions

Scott,

Can I throw an Exception from the server side, and catch it (the same Exception)
in the client side? i.e: I throw an XXXException from the server side (maybe
in a SOAPException), and get the fault in the client side, could I take
from this fault an object from the original Exception class? (the XXXException
in this case). Would I have to use org.apache.soap.server.ExceptionFaultListner?

Thanks very much,

Tizo