Reputation: 673
I am calling a drupal RESET webservice call in c# and this webservice return large amount of data (more then 30 mb).I am taking this data as a XML format but its not handling that much amount of data . If i limit my query for limited amount of rows then my code works fine. I would just like to know how to handle large amount of data which i received through webservice call in c#.
Upvotes: 0
Views: 1007
Reputation: 1117
It's too wide question. I mean there is a lot of possible places where to solve this problem. What is a part which you want to solve?
In common, you can do following things:
Upvotes: 1