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.
