There I have the same problem that the route is started, but the endpoint is
not callable via soapui or smthg. The route is also not shown in our jmx
monitoring screen.


yogu13 wrote
> Hello Christoph,
> 
> Please check the CxfEndpoint  API in camel first!
> 
> I would say you shouldnt be calling .createEndpoint() and instead call the
> set methods CxfEndpoint instance for eg. setAddress()
> ,.setCxfEndpointConfigurer()
> 
> and then pass the enpoint instance to... from(inputEndpoint) 
> 
> 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-tp5763634p5763673.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to