Hi, If the code in our SOAP services throw an exception, we get an exception returned.
However, we have an In interceptor that runs in PRE_INVOKE, that needs to also return an exception. However, throwing it from there results in a SOAPFaultException for the caller, and there doesn't seem to be a way to retrieve the underlying exception. Is there a way to do this? Thanks!
