Error occurs because the value of 'pageIndex' is greater than the actual number of pages in the initial search request. To avoid the error, the user needs to set the pageIndex to 1 so it will return the number of pages returned in the response.
Sample initial getPostingTransactionSummaryResponse result (pageIndex = 1)
Notice that totalPages is equal to 1, thus user must not set the pageIndex into a value greater than 1.
No comments:
Post a Comment