I hate to ask the obvious, but have you configued the SAAJInInterceptor onto 
the chain as well?    Be default, we don't put the SAAJInInterceptor on the 
chain as we normally don't need it.

Dan


On Fri April 3 2009 3:28:57 pm rkiesler wrote:
> 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-tt15
>133865.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

-- 
Daniel Kulp
[email protected]
http://www.dankulp.com/blog

Reply via email to