You can also just use a processor when you need more control. See

https://code.notsoclever.cc/camel-soap-rest-bridge-example/

On Nov 25, 2013, at 7:52 AM, trilochan237 <kartheektrilochan...@gmail.com> 
wrote:

> Hi 
> 
> I need to consume RestFul services exposed on a remote machine.
> 
> I tried with the following routing technique (JAVA DSL)
> 
> from("trilochan:queue1").to("http://RemoteMachine:9090/restxml.aspx?accessCode=a89d9f7d-9346-4074-aafd-3102706f48c9&vin=*5GAKRBKD8EJ11507*&reportType=2";)
> 
> Issues I am facing:
> 
> 1.Need to set the proxy for accessing this service.
> 2.Need to send the  vin parameter at the runtime
> 3.Not sure how to create endpoint for Restful services.
> 
> 
> 
> 
> 
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Calling-RestfulServices-tp5743797.html
> Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to