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: