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