I have a csae where I want to set something in the SOAP
response header based on what happened in the execution of
the method implementation.

I suppose I want to extend AbstractSoapInterceptor, but what
I can't figure out is how to pass a flag from the method
to the interceptor.  I thought about sticking it in the
ServletRequest attribute map but I don't see a way to access
that from the interceptor.  Any way to do it would be fine.

also is there an example of adding an element to a SOAP header?

Thanks,
Dan

Reply via email to