There is a CXF based component that you should be able to use it provided that you configure it correctly for REST. Else, if you have problems to do that using the HTTP component, let us know, as it should be able to work too.
On Dec 27, 2007 3:45 PM, Robert Thullner <[EMAIL PROTECTED]> wrote: > 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 > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
