Hi,
i am trying to find a way to test a web service that have a flexible structure.
The Web Service in the Request Xml has a structure like this:
<Item>
<SubItem1></SubItem1>
<SubItem2></SubItem2>
................................
<SubItemN></SubItemN>
</Item>
The Subitem contains value that change like name, lastname , etc.
The number of subitem varies from 20 to 100 for each item.
Let's suppose i have all the data, how would it be better to manage the scripting?
Is there a flexible structure to manage the item-subitem relationship and so i can use just 1 script in Vugen?
Thx for any Help
Tommaso