Hi Steve,

This is something I got from Dan before:

You could do it without the injection since you are relying on CXF specific code making it non portable. Just do:

PhaseInterceptorChain.getCurrentMessage().getExchange().

That should give you the exchange you need.

Dan

Hth.

Gabo


Steven Thein wrote:
Hi,
I added a SOAP interceptor in, incoming chain. I want to process the SoapMessage and then pass some data to the service. what will be the best way to do it? Thanks
Steve

Reply via email to