Hi John,
Can you try to use the last released Camel 2.3.0?
You can get the POST request from the message body even the request is
x-www-form-urlencoded, and you can parser the request yourself.
Willem
John wrote:
Hi,
I'm running Camel 2.2.0
I have a service that accepts HTTP POST requests that are
x-www-form-urlencoded.
Per what I've read, the params in the body of the request are mapped into
headers I can pull from the Exchange. Because the parameters in the body are
dynamic, I'd like to be able to know I can parse the ones I care about from
the CamelHttpQuery header. In this scenario though, it appears that header
is still null.
Without that header value, is there a way to know what values were mapped
from the body into the headers?
Thanks,
-john