I handle soap fault returned from a CXF endpoint by setting handleFault
attribute to true on CamelContext.

On soap fault, the processor configured in the "onException" clause is
correctly invoked.

The exception representing the SOAP fault is retrieved by
"exchange_.getProperty(Exchange.EXCEPTION_CAUGHT, Exception.class);" in the
processor. However, this exception has stackTrace attribute being null.

Stack trace is essential for diagnosis of SOAP fault cause.

How can I get stack trace from the SOAP fault?

--
View this message in context: 
http://camel.465427.n5.nabble.com/Missing-Stack-Trace-when-Handling-SOAP-Fault-from-a-CXF-Endpoint-tp3774168p3774168.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to