Pablo La Greca
2012-06-27 17:57:55 UTC
I'm not able to see your configuration. Try to use code tag.
<br /><br />
It could be that the http method is not being propagated to your outbound endpoint. So you are doing get all the time.
<br /><br />
Try the following transformer to propagate the http method.
<br /><br />
<code>
<br />
<message-properties-transformer>
<br />
<add-message-property key="http.method" value="#[header:INBOUND:http.method]"/>
<br />
</message-properties-transformer>
<br />
</code>
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
<br /><br />
It could be that the http method is not being propagated to your outbound endpoint. So you are doing get all the time.
<br /><br />
Try the following transformer to propagate the http method.
<br /><br />
<code>
<br />
<message-properties-transformer>
<br />
<add-message-property key="http.method" value="#[header:INBOUND:http.method]"/>
<br />
</message-properties-transformer>
<br />
</code>
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email