There is no component which supports this specific requirement. You have to
write your own bean which parse the returned HTML and find the HTTP URI's.
Afterwards you can use the producer template [1] to access this URI's.

[1] http://camel.apache.org/producertemplate.html

Best,
Christian
-----------------

Software Integration Specialist

Apache Camel committer: https://camel.apache.org/team
V.P. Apache Camel: https://www.apache.org/foundation/
Apache Member: https://www.apache.org/foundation/members.html

https://www.linkedin.com/pub/christian-mueller/11/551/642


On Fri, Jul 12, 2013 at 11:02 PM, humayun0156 <humayun0...@gmail.com> wrote:

> i'm new in camel. i want to design a camel application which sync two
> servers.
> server1:
> this server send a message to camel application. this message has a HTTP
> link which we should download and this downloaded message has another
> multiple HTTP link which we should download by HTTP GET request and so on.
> Now we aggregate all the downloaded things and send it to server2 HTTP post
> request and from the response of post request we should modify some of
> server1 resource by PUT request.
>
> so my question is which component should i use in this scenario which
> support dynamically picked HTTP uri?
>
> Thanks in advance.
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/REST-best-practices-tp5735585.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to