Discussion:
How to use URL1 to access URL2?
Pablo La Greca
2012-06-27 17:57:55 UTC
Permalink
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 />
&lt;message-properties-transformer&gt;
<br />
&lt;add-message-property key=&quot;http&#46;method&quot; value=&quot;#[header:INBOUND:http&#46;method]&quot;&#47;&gt;
<br />
&lt;&#47;message-properties-transformer&gt;
<br />
</code>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email

Loading...