You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Alberto <ab...@inogs.it> on 2016/07/11 12:38:45 UTC

Cxf component doesn't propagate SOAP faults

Hello,

I'using cxf component as producer to access a SOAP service. In case of
soap faults I need to access the reason of the fault.
I'm using PAYLOAD dataformat.

I tried several options but�SoapFault.class is never fired. I can find
it in the ip packets using wireshark.
The only exception fired is HTTPException.

It seems it is removed.

At startup I have the following line:
PayLoadDataFormatFeature�������INFO��removing the interceptor org.apach
e.cxf.interceptor.ClientFaultConverter@3cc6edc0

Is that the reason? How can I change this behaviour?

Regards

Alberto