I have custom in and out interceptors. I want to set a property in the in
interceptor, which I want to access in the out interceptor. What is the
appropriate way to do that?

In SOAP Handlers, I was using SOAPMessageContext.put/get, and that was
working. What is the equivalent in interceptors?

In the in interceptor, I tried SOAPMessage.put("key", value"), and tried to
get it using message.get("key") in the out interceptor, but always get a
null. I also tried SOAPMessage.setContextualProperty and
getContextualProperty, that was null as well.

Thanks
Sunil.

Reply via email to