I want to do some testing and want to know if SoapUI can handle generating requests where elements can have more than set of values. For example, if I wanted to send an XML with the body:
<bookList>
<book>
<title>Little Red Riding Hood</title>
<author>B. B. Wolf</author>
</book>
<book>
<title>Humpty Dumpty</title>
<author>M. Goose</author>
</book>
</bookList>
Sometimes I will want two books, others three, sometimes even none. Is there a way to generate functional testing using Excel or CSV for situations where there element lists (that can vary in total number of elements)? Either through Groovy or SoapUI pro? I can't seem to find anything on SoapUI's site about this type of situation.