Help required with Camel for HTTP service.

2013-09-02 Thread yvsandeep
Hi, I am new to Apache Camel.I am trying to create a HTTP ping-pong service using Apache Camel.Here is the flow. HTTP Client <-> Apache Camel <-> HTTP Webserver Here are the programs that I am using. Main pgm --- import org.apache.camel.spring.Main; public class Test { publi

Re: Help required with Camel for HTTP service.

2013-09-02 Thread yvsandeep
Hi, Thank you for clarifying on the jetty component.This application will start off as a proxy service doing nothing but passing the requests/responses between the clients and servers.We will add additional functionality such as XML transformation etc in future. Yes,I do see the debug messages

Re: Help required with Camel for HTTP service.

2013-09-03 Thread yvsandeep
Hi, I have checked the backend server.It is running.I am able to post the message to the backend successfully directly from the same http client. -- View this message in context: http://camel.465427.n5.nabble.com/Help-required-with-Camel-for-HTTP-service-tp5738518p5738558.html Sent from the C