SOAPUI - 在单个值字段中插入对象集合

时间:2015-09-24 09:50:16

标签: soapui

如何将此对象集合插入单个值? (对于POST请求)

"data": {
    "Idtest": 1,
    "Nametest": "test",
    "OBJECT" : {
                  "ID":1,
                   "NameTest": "BLA"
                }
  }
  • 参数为:OBJECT。
  • 我想在这个集合的值字段中插入:{“ID”:1, “NameTest”:“BLA”}

这个步骤在SOAPUI中是否可行?

1 个答案:

答案 0 :(得分:0)

这应该有效: enter image description here

有帮助吗?

也许你想发送参数“data”,那么它应该是这样的: enter image description here

相关问题