我创建了一个POST请求,该请求在一些已定义的操作之后执行。
我有它的身体:
<json type="object">
<variables type="object">
<customerId type="object">
<value ref="control-1">CUSTOMERID</value>
<type>String</type>
</customerId>
</variables>
</json>
我要做的是从control-1
获取价值并替换customerId->value
值。它不起作用。但是,我注意到设置name=
而不是ref=
会使值为空。
答案 0 :(得分:0)
解决方案是使用XPath in action的编辑器设置服务请求值:
/json/variables/customerId/value