Pagination in PeopleSoft
We are using 2 methods for integrating PS with third party system. First is exposing PSQuery as Web Service (QAS) and other is CI based Web services.
The third party system wants us to support pagination facility i.e. if there are total 100 records to be fetched from PS, then fetch/show 10 results/rows at a time. So we found a way to restrict the overall result set using PSQuery based on ROWNUM function, but it helps only for first result set, and doesn't help for subsequent sets of data.
Request you to let us know how can we support pagination for the 2 web service methods specified above.