Hi,

Did you set the content-type to be "application/x-www-form-urlencoded" ?
If so , camel-http will try to build the parameter map with the message body which you post to service endpoint.

Willem

SwenVogel wrote:
I have tested the feature with apache-camel-2.0-SNAPSHOT.zip (Thu Jul 09
17:35:12 GMT+00:00 2009)
and send a very simple XML file as request body:

<?xml version="1.0" encoding="ISO-8859-1"?>
<test>
        Hello World
</test>

And i encountered two problems:

1. In the IN message exists the following curious header:

HEADER NAME:
<?xml version

HEADER VALUE:
"1.0" encoding="ISO-8859-1"?>
<test>
        Hello World
</test>

2. The original message body of the IN message is empty when processed by
following processor's,
     perhaps the stream cache is not reseted?

I have also added this as comment to the jira

Reply via email to