I have an exception which extends Exception and adds an integer field which I populate before throwing it from one of my SOAP interface methods.  The client catches the exception but the integer field is not populated.  The SOAP fault does not contain the details of my custom exception.  Is there a way to pass the state of an exception (i.e. getMessage(), etc.) to the client?

 

Thanks,

-alan

Reply via email to