Re: Http Component Post Parameters

2015-03-20 Thread pilgrim08
.nabble.com/Http-Component-Post-Parameters-tp5764464p5764478.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Http Component Post Parameters

2015-03-20 Thread pilgrim08
.465427.n5.nabble.com/Http-Component-Post-Parameters-tp5764464p5764480.html Sent from the Camel - Users mailing list archive at Nabble.com.

Http Component Post Parameters

2015-03-19 Thread Alden, John
Hi all, I'm having some trouble making a REST service call with POST parameters. I saw a similar post but I didn't understand the solution and I need some more direction. http://camel.465427.n5.nabble.com/Http-Component-Sending-Post-Parameters-td5740321.html#a5740409 The following is my route

Re: Http Component Post Parameters

2015-03-19 Thread Willem Jiang
Hi, When you use the content-type of application/x-www-form-urlencoded”, you are supposed to send the parameters in message body instead of using URL options. You can find more information here[1] Please put paramters into the message body by using setBody DSLÂ