soapUI - embbed XML in a request using groovy
问题 I'm making test cases on soapUI, on some steps I would use a REST quest and put XML code in the lower pane, something like <dataList> <data> 3.1416 </data> <data> 5.11 </data> </dataList> But I need to get the response and store the results that will be contained inside the XML text of the response, to verify that the web service is executing proper operations and then send more requests using the received results. Thanks everyone! 回答1: I could solve this using properties and Property