$header = new SoapHeader('http://www.marketo.com/mktows/', 'AuthenticationHeader', $attrs);
A
Anonymous
May 30, 2013
Hi,
Thanks for the reply.
Couple of doubt...
should the offsets incrment only in multiples of two? And should the offset always start with 4? Also i don't see where the marketo end point is used.
A
Anonymous
May 30, 2013
The offset is ncremented by the same number you would use for <batchSize>
Each getMultipleLeads function call can only return batches of 1000 leads, maximum. If this call needs to return more than 1000 leads, the result will return a start position, which should be used in subsequent calls to retrieve the next set of leads. Please keep in mind 1000 leads per batch is the maximum. It is always a good idea to start with a lower number (say 500 or even 250 for testing) and increase while you do not receive errors caused by PHP (server-side) memory exhaustion.
A
Anonymous
May 30, 2013
The endpoint is used when you generate the server signature and timestamp.