I'm implementing an out fault interceptor and am trying to retrieve the SOAP
fault XML. I added the SAAJOutInterceptor to the OutFaultInterceptors chain
before mine in order to be able to get a SOAPMessage. My interceptor, like
SAAJOutInterceptor, uses the PRE-PROTOCOL phase.

When I retrieve the content of the SOAPMessage object, though, it contains a
shell envelope only, without a <Fault> element, i.e.:

<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
   <env:Header/>
   <env:Body/>
</env:Envelope>

Appreciate any tips/hints,

--

Roy
-- 
View this message in context: 
http://www.nabble.com/Empty-envelope-in-out-fault-interceptor-tp22890458p22890458.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to