This content has been marked as final.
Show 1 reply
-
1. Re: Problem Applying XSLT to SOAP Faults from CXF (payload) Producer
njiang Jul 17, 2012 11:52 PM (in response to gatredknee)when you using the data format payload, camel-cxf producer will try to turn the SOAP fault into the exception as it will try to understand the response message.
If you don't want that kind of feature and try to do the mapping yourself, you may consider the MESSAGE dataformat. In this way, camel-cxf producer will not touch the under layer the message and you need to skip the soap envelope yourself.
Willem