Anomander
7 years agoNew Contributor
SOAP UI Open Source/ Sequential xml request
During webservice testing I have met situation that previously was resolving with LoadUI. Now I need to deal with Soapui only.
XML contains static and variable data. I need to submit consecutive requests for approx 100 XMLs.
Variable are for example:
XML#1 has <ID>1</ID> ; <TYPE>Table</TYPE>
XML#2 has <ID>23</ID> ; <TYPE>APPLE</TYPE>
etc...
other elements of XML request stay unchanged.
All above values are known upfront can be saved in CSV, copy pasted...
So, how to complete this task?