Web Services - Sending Large SOAP Messages
Posted by: Bill Evjens Blog,
on 13 Sep 2006 |
View original | Bookmarked: 0 time(s)
I have been working in the area of Web services for some time and I am on a project where I needed to distribute some extremely large datasets to some clients (Windows Forms). So, imagine an interface where you need to request information about an entity and you have a service where you can send in an array of entities to then get back an array of result sets about each one of the identifiers passed in. We had one such application and it worked quite nicely in that we built some ASP.NET...