RE: Consuming Web Services

2017-09-11 Thread Carlos Cruz
earn about Camel the more I like it and like it's purpose. Matt once again thanks!! Carlos -Original Message- From: Matthew Shaw [mailto:matthew.s...@ambulance.qld.gov.au] Sent: Tuesday, September 5, 2017 5:08 PM To: users@camel.apache.org Subject: RE: Consuming Web Services Hi

Re: Consuming Web Services

2017-09-05 Thread Mary Cochran
If you want to go a non-CXF route and are using Rest the Rest DSL can be very useful. Depending on where you are deploying these example may be helpful: https://github.com/rhtconsulting/fuse-quickstarts/tree/jboss-fuse-6.3/karaf/rest_dsl https://github.com/rhtconsulting/fuse-quickstarts/tree/jbos

RE: Consuming Web Services

2017-09-05 Thread Matthew Shaw
Hi Carlos, There are a number of camel components to use for consuming web services, I assume you mean SOAP, although the url does not look SOAP like, do you require REST? Either way, I've been using the camel cxf component. Step1: Create a CxfEndpoint in your camel route like the following: