How can I configure this endpoint correctly so that I don't loose any
parameter of my "normal" URI?
I've tried this:
But then the service is not available.
kind regards,
Christoph
yogu13 wrote
> 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-tp5763634p5763660.html
Sent from the Camel - Users mailing list archive at Nabble.com.