Re: retaining header values

2013-11-13 Thread Daniel Kulp
From your interceptor, if you do a message.getExchange(), you can use that exchange to store/retrieve anything that needs to be retained across in/out. Dan On Nov 13, 2013, at 10:32 AM, Ted Roeloffzen wrote: > Hi All, > > I have a question concerning soapheaders. > For a project I'm workin

retaining header values

2013-11-13 Thread Ted Roeloffzen
Hi All, I have a question concerning soapheaders. For a project I'm working on I need to add some interceptors to my service. First I have to make an InInterceptor that checks some values that are in the SoapHeader. Then I have to make an OutInterceptor that adds some values to the SoapHeader. He