Web Services Enhancements (WSE) 3.0 and Sending Large Files via Web Services

Better late to the party than never! I'm finally getting a chance to use WSE 3.0. The download can be found here:

https://www.microsoft.com/downloads/details.aspx?FamilyID=018a09fd-3a74-43c5-8ec1-8d789091255d&DisplayLang=en

I'm going to use the MTOM feature (formerly DIME) to send binaries via web service to a web application. Using MTOM will speed byte[] transmisison between layers.

Here is an article on how to enable both ASP.NET Web Applications and ASP.NET Web services to send and receive large files.

https://www.microsoft.com/downloads/details.aspx?FamilyID=018a09fd-3a74-43c5-8ec1-8d789091255d&DisplayLang=en