我的请求正文为:
<tns:InputRequest xmlns:tns="http://tempuri.org/">
<tns:ID>ID_001</tns:ID>
<tns:ID>ID_002</tns:ID>
<tns:Description>Description for ID_001</tns:Description>
<tns:Description>Description for ID_002</tns:Description>
</tns:InputRequest>
并获取 ID 和描述的值,我创建了属性:
<property xmlns:tns="http://tempuri.org/" name="ID" expression="//tns:ID" scope="default" type="STRING"/>
<property xmlns:tns="http://tempuri.org/" name="Description" expression="//tns:Description" scope="default" type="STRING"/>
但这让我只有一个价值。我如何制作一个属性数组,以便我可以在其中存储多个 ID 和描述值以及如何从该数组属性中检索?期待您的回复。提前致谢