Re: CXF component fails to marshal SOAP fault details

2012-09-05 Thread inversion
Cheers Willem. Viktoras -- View this message in context: http://camel.465427.n5.nabble.com/CXF-component-fails-to-marshal-SOAP-fault-details-tp5718686p5718701.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: CXF component fails to marshal SOAP fault details

2012-09-05 Thread Willem.Jiang
In the PAYLOAD dataformat, you need to marshal the SOAP fault detail yourself, like this[1] In the MESSAGE dataformat, you need to marshal the whole SOAP fault yourself, as camel-cxf just redirect the input stream itself. [1]https://svn.apache.org/repos/asf/camel/trunk/camel/components/camel-cxf/s