Hi,
I am using Http component for calling a servlet, with POST method. Servlet
is reading the request parameter using request.getParamByName("paramname")
method. For that sake, i am appending my request data in encoded format to
query param with above paramname. But, when request data size/length
exceeding certain limit, i am getting http 505 response code error.("HTTP
protoacl mismatch". I am wondering why it is giving 505, when request url is
length exceeds limit). 
How can i send my request data as a POST parameter (name value pair, so that
servlet still able to read the data) instead of appending to URL as query
parameter, using Http camel component.

thanks
Kishor



--
View this message in context: 
http://camel.465427.n5.nabble.com/Http-Component-Sending-Post-Parameters-tp5740321.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to