GKuiper
12 years agoOccasional Contributor
Recording multiple results
Hi,
New to soap UI here.
I have a question. I have a datasource and datasink. I write the results to an excel sheel.
Now it works perfectly fine if there is 1 XML line returning. I just to 'transfer to... Property'. However if i have multiple results (sometimes 0 sometimes 10) i only get the firstresult.
Example:
ItemNumber: returns a number. I want to capture that in excel so i add the ItemNumer to the datasink. Works fine.
However this doesn'w work:
ItemProperties:
e: Property 1
e: Property 2
e: Property 3
I tried to just use 'ItemProperties' but no result is posted to my excel sheet. If instead i use e: I only get Property one.
Does anyone know how i get get all the properties returned? Thanks
New to soap UI here.
I have a question. I have a datasource and datasink. I write the results to an excel sheel.
Now it works perfectly fine if there is 1 XML line returning. I just to 'transfer to... Property'. However if i have multiple results (sometimes 0 sometimes 10) i only get the firstresult.
Example:
ItemNumber: returns a number. I want to capture that in excel so i add the ItemNumer to the datasink. Works fine.
However this doesn'w work:
ItemProperties:
e: Property 1
e: Property 2
e: Property 3
I tried to just use 'ItemProperties' but no result is posted to my excel sheet. If instead i use e: I only get Property one.
Does anyone know how i get get all the properties returned? Thanks