it's what I said (sorry if I'm not clear): CXF_Message/Payload/POJO is OK, not Message.

Regards
JB

On 03/03/2015 11:02 AM, 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.


--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to