If written some .NET code to extract customers from AX 2012 using the WCF Services vi an inbound port. This works fine for a couple of hundred customers after I tweaked some of the settings in the nettcpbindings section of the config file for my proxy client. What I want to know is, will this work for hundreds of thousands of customers? Does the proxy client pull the data back in chunks or does it come back in one single block? Is there anything similar to the concept of an sql query, where you submit the query and then have a cursor that you call repeatedly to pull back the records one on one. Sorry its a bit vague, but I'm new to all this stuff.
↧