I am assuming you are using java dsl.. in that case you create instance as
below
CxfEndpoint inboundCxf = new CxfEndpoint();
inboundCxf.setAddress("...");
inboundCxf.setCamelContext(camelContext);
inboundCxf.setDataFormat(DataFormat.RAW);
inboundCxf.SetCxfEndpointConfigurer
and finally use this instance from(inboundCxf).routeId(routeId).to(...)
Hope this helps!
Regards,
-Yogesh
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Cxf-How-can-I-change-the-namespace-of-my-incoming-message-tp5763634p5763652.html
Sent from the Camel - Users mailing list archive at Nabble.com.