Basically, if you write
from("http://localhost:8080/myService").to("
http://remotehost:8080/targetService")
it should work. Unfortuntately, the http component is not finished and it
won't write the response iirc. But you can try with the http component
based on jakarta http core using
from("jhc:http://localhost:8080/myService").to("jhc:
http://remotehost:8080/targetService")
On 9/18/07, xtof <[EMAIL PROTECTED]> wrote:
>
>
> Hello,
>
> I'm quite new to Camel, and I'm trying to understand how implementing a
> gateway between 2 Web Services. It requires to implement a request-reply
> mechanism but I cannot find any example.
> Could you help?
>
> Thank.
> Christophe
> --
> View this message in context:
> http://www.nabble.com/Example-of-request-reply-tf4473066s22882.html#a12753590
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>
--
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/