Hi,
In soapUI looping is possible only through a DataSource. So in this case I would recommend using
1. DataSource of type 'Grid' or 'Groovy', the second would make looping more flexible
2. Actual Request that "Trigger a create job - which results in job id."
3. DataSink test step, also possible to use type 'Groovy'
4. DataLoop which would use as data source 1. and as target step 2.
Actual values would be transferred between steps using property expansions.
For more info on data sources check
http://www.soapui.org/Data-Driven-Testi ... tests.html, and for property handling check
http://www.soapui.org/Scripting-Propert ... rties.html.
Hope this helps you.
Regards,
Dragica
/SmartBear Sweden