I am consuming the default web service 'EcoResProductService' in AX 2012. When I run the web service it returned only 1000 records, is there any way to get more than 1000 records, in AX table there are 22000 records actually.
I have tried to add value mapping check box to be CHECKED and set Max. Number of documents to 100000 from 1000. Inbound Port properties > Processing options > Value mapping > setup > Limitations type > Specified > Set max. number of documents.
I have also increased message buffer size, readerQuota, timeout bindings in app.config
Can anyone suggest?