Re: Code of calling rest service is not working

2019-07-29 Thread Jean-Baptiste Onofré
You can also use camel-cxfrs for rest server and/or client. Regards JB Le 29 juil. 2019 à 15:36, à 15:36, Omar Al-Safi a écrit: >I am new to Camel as well, I was figuring things on the way :). First >you >need to use a REST component, you can use the REST DSL >

Re: Code of calling rest service is not working

2019-07-29 Thread Omar Al-Safi
I am new to Camel as well, I was figuring things on the way :). First you need to use a REST component, you can use the REST DSL , however this is only a DSL not a actual http server, you will need to include an http server component as well (e.g: camel-nett

Code of calling rest service is not working

2019-07-29 Thread Jaiprakash Mewada
Hi Team, I am beginner in apache camel. I want to make to rest call but not able to get expected result. Can someone help me, what exact change I need to do in below code in order to receive the json response. *import org.apache.camel.CamelContext;import