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.
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.
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 '
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
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
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
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