On Tue, Mar 15, 2011 at 3:19 AM, hyjshanghai <[email protected]> wrote: > 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. >
Yeah my understanding of MESSAGE is that its a "raw" mode, where you gotta do all the parsing and processing of the SOAP message yourself. > -- > 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. > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
