Extract data by WSDL query
I'm trying to extract whole list of Contacts using WSDL query...
so List of contacts limits answer by this arguments:
<quer:ListOfContact pagesize="100" startrownum="0" recordcountneeded="false">
and question is how to automatically execute request and change startrownum by piece of code
for executing request in the loop until last record will be extracted...