Assume I receive an answer such as: // <INFO - <?xml version="1.0" encoding="UTF-8"?> // <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> // <soap:Body> // <soap:Fault> // <faultcode>soap:Server</faultcode> // <faultstring>processing failure exception</faultstring> // <detail> // <ProcessingFailureException xmlns="tmf854.v1"> // <exception>EXCPT_INTERNAL_ERROR</exception> // <reason>session_token_unexisting</reason> // </ProcessingFailureException> // </detail> // </soap:Fault> // </soap:Body> // </soap:Envelope>
how can I recover the contained java exception? There is some utility code in CXF that does that?? -- View this message in context: http://www.nabble.com/convert-a-SOAP-Fault-to-the-contained-java-exception-tp16297081p16297081.html Sent from the cxf-user mailing list archive at Nabble.com.
