I need to add custom headers to the SOAP fault that is returned by my web service. I've tried adding an interceptor, but it appears that (regardless of which phase I bind to) that the SOAP fault instance is created by the faultObserver *after* the interceptors unwind().
Is this correct? Is it possible to modify the observer's behaviour? Can anyone point me in the right direction? Thanks, -- View this message in context: http://www.nabble.com/Adding-to-SOAP-headers-of-a-SOAP-fault-tp18644571p18644571.html Sent from the cxf-user mailing list archive at Nabble.com.
