Forms 如何定义在WSO2 ESB中进行表单发布的序列?

Forms 如何定义在WSO2 ESB中进行表单发布的序列?,forms,http,post,wso2,wso2esb,Forms,Http,Post,Wso2,Wso2esb,我正在尝试定义一个序列来执行HTTP post。我无法在请求中发送我的post变量。我有 <sequence xmlns="http://ws.apache.org/ns/synapse" name="CDN" trace="enable"> <property name="messageType" value="application/x-www-form-urlencoded" scope="axis2" type="STRING"/> <prop

我正在尝试定义一个序列来执行HTTP post。我无法在请求中发送我的post变量。我有

<sequence xmlns="http://ws.apache.org/ns/synapse" name="CDN" trace="enable">
    <property name="messageType" value="application/x-www-form-urlencoded" scope="axis2" type="STRING"/>
   <property name="HTTP_METHOD" value="POST" scope="axis2" type="STRING"/>
   <send>
       <endpoint>
          <address uri="http://posttestserver.com/post.php"/>
          <property name="foo" value="bar" scope="axis2"/>
       </endpoint>
   </send>
</sequence>

您可以使用有效负载工厂设置立柱主体。根据你的需要使用下面的东西

$1

问题是什么?欢迎来到SO。请提供详细答案
     <arg expression="get-property('uri.var.symbol')"/>