I have a simple interceptor extending from AbstractPhaseInterceptor and the
following constructor code:
super(Phase.PRE_PROTOCOL);
addAfter("org.apache.cxf.binding.soap.saaj.SAAJInInterceptor");
In my handleMessage implementation, I am calling
message.getContent(SOAPMessage.class) as suggested by Dan in his response to
http://www.nabble.com/Message.getContent(---)-options-for-interceptors-tt15133865.html#a15133865
Message.getContent(---)-options-for-interceptors , yet I always get a NULL
back.
Any insights as to what I might be missing or doing wrong?
--
Roy
--
View this message in context:
http://www.nabble.com/Interceptor-fails-to-obtain-a-SOAPMessage-tp22874218p22874218.html
Sent from the cxf-user mailing list archive at Nabble.com.