Hi All, Is there any reason why the SOAPHeaderInterceptor is removing headers from the SoapMessage? It looks like the first thing it does when it finds a header is call "message.getHeaders().remove(param);". Is this really necessary? This makes it very frustrating to anyone developing an interceptor that depends on SOAP header information as said interceptor would have to be invoked somewhere in the *_PROTOCOL phases.
Thanks, Tom McLean
