You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Gunjara <mg...@gmail.com> on 2016/10/05 09:34:36 UTC

Camel Rest example

HI anybody plz provide a gitlink for Camel Rest example which consumes
public url(like weather service) and get json data and keep that data into
some file.




--
View this message in context: http://camel.465427.n5.nabble.com/Camel-Rest-example-tp5788384.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel Rest example

Posted by DariusX <da...@gmail.com>.
There are a few ways to do it. For starters, you could look at the
components: camel-http, or  camel-http4 <http://camel.apache.org/http4.html>  
or camel-ahc. 

A simple test class:






--
View this message in context: http://camel.465427.n5.nabble.com/Camel-Rest-example-tp5788384p5788401.html
Sent from the Camel - Users mailing list archive at Nabble.com.