ataerviceuery

Getting the next record from a web service.

I have a very irritating problem. I'm working with a list of documents, but it's too big for the web service to handle correctly. Basically, it's a simple setup: An entity framework wraps around a table that contains thousands of large XML files as Text fields, with additional data. (1 GB in data.) A DataServiceHost REST service wraps ...