I am having difficulty figuring out how to using any combination of Camel and
the CXF or CXF Bean components to route to a remote web service. I would
like to do something like this:
from("someplace")
.to("cxf:remote-web-service") // or .to("cxf:bean:remote-web-service")
.to("another")
...
I see plenty of examples like this:
from("cxf:local-web-service")
.to("another")
...
But have yet to see an example for what I need to do. Your help will be
greatly appreciated.
Thanks,
Mike Krumlauf
--
View this message in context:
http://camel.465427.n5.nabble.com/Cannot-figure-out-routing-to-a-remote-web-service-tp5719276.html
Sent from the Camel - Users mailing list archive at Nabble.com.