Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OdiInvokeWebService to CRM on demand

Midnight_ManMay 10 2016 — edited May 11 2016

Hi I have created a SOAP web service call using ODI's invoke web service to crm on demand but I can only retrieve 100 records maximum to any object eg Account.

Does anyone know how I can retrieve all records using a for loop or while command until we reach lastpage='true'?

so far I've experimented with the below

<quer:ListOfAccount StartRowNum="PageSize+1" pagesize="100" lastpage="true">


Thanks in Advance

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 8 2016
Added on May 10 2016
3 comments
903 views