exchange.getIn().getHeader(org.apache.camel.component.cxf.common.message.CxfConstants.OPERATION_NAME);
will return the operation name. There are other constants for other SOAP headers... Best, Christian On Tue, Apr 3, 2012 at 2:30 PM, yaseen <[email protected]> wrote: > Problem , Could you please tell how to the get the soap header using cxf > . I > have tried with different samples but not able to get the header . Could > you > please give solution for this. > > -- > View this message in context: > http://camel.465427.n5.nabble.com/how-to-get-and-set-the-soap-header-tp5613966p5614970.html > Sent from the Camel - Users mailing list archive at Nabble.com. >
