16 years ago
Iterating over SOAP response and writing to DataSink
I'm trying to write a soapUI Pro 3.0.1 test case to execute a web service query that returns an array of objects in a SOAP response, iterate over the array and for each object, write a record to a datasink.
I've created the step to execute the query and that works just fine.
I assume my next test step is to create a Property Transfer step followed by a DataSink step.
My questions are: 1) Do I have the sequence of steps correct?
2) Am I missing any steps or can this actually be done in just 3 steps?
3) How do I specify the iteration over the response array?
Thank you,
Steve
I've created the step to execute the query and that works just fine.
I assume my next test step is to create a Property Transfer step followed by a DataSink step.
My questions are: 1) Do I have the sequence of steps correct?
2) Am I missing any steps or can this actually be done in just 3 steps?
3) How do I specify the iteration over the response array?
Thank you,
Steve