I'm not sure--it does not look easy: http://forums.java.net/jive/message.jspa?messageID=258324
Perhaps using JAX-WS Handlers to add SOAP headers instead of interceptors would work: http://www.jroller.com/gmazza/date/20080107 HTH, Glen emjayzed wrote: > > 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-tp18644571p18644643.html Sent from the cxf-user mailing list archive at Nabble.com.
