Hi
Is it possible to invoke Web Services within my CamelContext? Especially I
want to invoke a REST service and a service implemented in CXF or Axis.
My scenario is the following: When a jms message is received on a queue, the
REST service and the Axis service shall be invoked and the results of the
two services shall be passed back on some other queue?
Can this be done by using the Camel HTTP component or is it advisable to
just implement the Webservice calling in some Java class?
For me it would be a nice architecture if I could do the web service calling
in my camel context, so I could get it out of my Java classes. So my
question is if that can be done when using Camel?
Thanks for any suggestions
Robert