SoapUI 5.0.0 json 属性 移动中

SoapUI 5.0.0 json property moving

我正在尝试移动由 json 响应生成的 属性。 属性 是数组中的一个子项。 我试图通过这样声明命名空间来获取它:

*declare namespace ns="http://localhost:9090/opale-api-1.1.x/commande/${RenouvellementInfo#refCommande}/transformerEnContrat";
//ns:referencesContrats[0]*

请注意,响应仅包含 json (</xml>)

非常感谢您的宝贵帮助!

利用groovy脚本断言和JSONSlupperAPI

http://community.smartbear.com/t5/SoapUI-Open-Source/How-do-i-get-JSON-values-from-a-response-in-Groovy/td-p/19417

http://onetestsolution.com/blog/reading-json-request-and-response-in-soapui-using-groovy-scripting/