Hi, I have been trying to send a Message to a Http Server, using POST method. I set the message body with the data that the http server expects.
However, since we are using a third-party service, we made a mock of our own to test it out. For this mock, how do I receive a POST request? Where would the message body be, in the request I receive? I thought the message body would be in the HttpServletRequest object as attributes, or params, but none of them have what I am looking for. Any ideas? Thanks. ----- - Karthz -- View this message in context: http://camel.465427.n5.nabble.com/Http-POST-tp3247073p3247073.html Sent from the Camel - Users mailing list archive at Nabble.com.
