Friday, 12 November 2010

Sending lots of data to a web service

I've needed to create a web service to send a lot of data to a web service.

Configure Web Service to MTOM, or buffer the sending of a bytes array. Also consider performance.

No comments:

Post a Comment