maiwam
7 years agoNew Contributor
How to loop the save response
I want to do the following things automatically.
1. Set the soap request parameter (I want to count up since it's limited to 100 in one request )
<start>0</start>
<limit>100</limit>
2. Send soap request
3. Save the response as xml
4. Loop counting up to 10000
<start>9900</start>
<limit>10000</limit>
Could you give me advice?
sorry this is about Soap UI 5.4.0.