HOW TO: Transfer Large Attachments using DIME (Direct Internet Message Encapsulation)
and WS-Attachments
Solution
Uploading
Large Attachments using DIME by Michael (DevJunkies.com) - provides a walkthrough
on setting up Web Service Enhancements (WSE) and uploading large attachments via .NET
web services.
An
Extensive Examination of Web Services: Part 10 by Scott Mitchell (4GuysFromRolla.com)
- also tells why DIME and WS-Attachments is the preferred technique for passing large
attachments in a Web Service setting.
Implementing DIME
- Creating a Document Sharing System by Robert Chartier (15seconds.com) - showcases
an implementation of a simple file-transfer application much like a typical FTP application
but uses DIME technology instead.