Frank,

http://camel.apache.org/cxf.html
"SOAP headers are not available in MESSAGE mode as SOAP processing is skipped."

So the answer to you question is "yes".

Regards,
Morgan

On 3/03/2015 11:02, Frankiboy wrote:
Nt route starts like this:

         from("cxf:bean:hubws?dataFormat=MESSAGE").streamCaching


This give me null in the operation name...

       Message in = exchange.getIn();
String operation = (String)in.getHeader(CxfConstants.OPERATION_NAME);

Maybe becouse the dataFomat is MESSAGE ?

Frank



--
View this message in context: 
http://camel.465427.n5.nabble.com/Can-i-get-the-Operation-name-from-camel-tp5763459p5763471.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to