Thanks. I have set handleFault to "true" on my camel context. But the processor configured in onException(java.lang.Exception) still fails to execute if the cxf endpoint returns soap fault message.
The cxf endpoint that returns soap fault message uses MESSAGE as the data format. A post http://www.mail-archive.com/[email protected]/msg06709.html here suggests that PAYLOAD should be used as the data format in order to make handleFault effective. Is this true? I don't understand why from that post. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-Register-a-Default-Soap-Fault-Handler-in-Camel-tp3556065p3645623.html Sent from the Camel - Users mailing list archive at Nabble.com.
