Hello,
I added a type and a namespace to the leadSelector:
<leadSelector xsi:type="mkt:StaticListSelector" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<staticListId>11724</staticListId>
</leadSelector>
it changed the error to this:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>20110 - Bad parameter</faultstring>
<detail>
<ns1:serviceException xmlns:ns1="http://www.marketo.com/mktows/">
<name>mktServiceException</name>
<message>The number of leads cannot exceed 100 for the given leadSelector (20110)</message>
<code>20110</code>
</ns1:serviceException>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
So i tried adding a batch size and limiting it to 100, but the same error occurs. As i understand it it is supposed to return a stream position so you can paginate. I'm guessing i'm still missing something, any help would be appreciated.
Thanks,
Joe S