Camel Restlet and HTTP 302

2013-10-18 Thread abhijit.kulkarni
Hello, I have a route in camel which uses restlet component to receive GET requests from the client (Android App). As part of this request, there are some query parameters I receive and based on one of the parameter value I have to return different HTTP statuses back to the service client. e.g.

Re: Camel Restlet and HTTP 302

2013-10-21 Thread abhijit.kulkarni
Thank you very much for this. Abhijit Kulkarni Senior Developer @ Global Charge -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Restlet-and-HTTP-302-tp5741853p5741961.html Sent from the Camel - Users mailing list archive at Nabble.com.

Restlet Route - Output payload truncated

2014-04-08 Thread abhijit.kulkarni
Hello, I need urgent help regarding the output payload of a restlet being truncated. I have a route 'ABC' which uses a restlet to accept a valid JSON from its client (Android App) and calls another route 'XYZ' (using direct-vm component), which is deployed as part of another bundle. This route '

Re: Restlet Route - Output payload truncated

2014-04-08 Thread abhijit.kulkarni
Thank you very much ! It made my day !!! The Header Content-Length was set when the route 'XYZ' called the external URL using the http4 component. Basically this external URL returned an ID which was 5 character long in its payload. I modified the route 'ABC' to remove the header after the route

Restlet and mesaage body null based on content type

2014-07-02 Thread abhijit.kulkarni
Hello, I am using Apache camel 2.10.7 and have a route which is a restlet http://host:port/abc/xyz, the http request payload is successfully obtained and processed. Please note the system A, sets the content-type header when doing the POST to value "text/plain". There is another system B, wh

Re: Restlet and mesaage body null based on content type

2014-07-03 Thread abhijit.kulkarni
Thank you Ravi and Willem. I can see the data in the message header in case the content type is application/x-www-form-urlencoded. -- View this message in context: http://camel.465427.n5.nabble.com/Restlet-and-mesaage-body-null-based-on-content-type-tp5753232p5753271.html Sent from the Camel

3rd Message getting stuck as an inflight message

2016-03-07 Thread abhijit.kulkarni
Hello, I am using Apache Camel 2.15.0 and Spring DSL. I have a route which starts automatically as a restlet. see below the outline of the route - Accepts a JSON Message and perfroms various activities http://camel.465427.n5.nabbl