Take a look at the CXFRS component. http://camel.apache.org/cxfrs.html
Keep in mind that invoking the service will place the result in the Exchange body. If you need to invoke the service as part of an orchestrated process, combining the result of the service invocation with another message body in flight or to store the invocation result in an message header, you will want to make use of the Content Enricher pattern. You can find examples of the Content Enricher pattern here. http://camel.apache.org/content-enricher.html -----Original Message----- From: hoboy [mailto:[email protected]] Sent: Thursday, March 05, 2015 8:28 AM To: [email protected] Subject: Urgent--How to consume REST webservice in apache camel cxf This is an EXTERNAL email. STOP. THINK before you CLICK links or OPEN attachments. ********************************************************************** we have REST webservice that I will like to call/consume using Apache camel how is this done ? code example will be very welcomed, or a how to. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Urgent-How-to-consume-REST-webservice-in-apache-camel-cxf-tp5763672.html Sent from the Camel - Users mailing list archive at Nabble.com.
