The Web Services Enhancements for Microsoft .NET (WSE) supports attaching files to SOAP messages outside the SOAP envelope; these files are not serialized as XML. This can be beneficial when sending large text or binary files because XML serialization is a very costly process and can result in files much larger than the originals. Direct Internet Message Encapsulation (DIME) is a lightweight, binary message format that WSE uses to encapsulate SOAP messages and their attachments in a DIME message. More
Related posts:
- Uploading large Attachments using DIME DIME (Direct Internet Message Encapsulation) is part of the Microsoft Web Service Enhancements and can be used to upload large...
- Make Gmail delete the current message and open the next one Gmail is great and their keyboard shortcuts help out quite a bit, but it was missing the ability to delete...
- Using MSBuild to deploy website files After reading several blogs and searching the net for examples, I finally finished our team build script. Some things to...
- Wonders of the Little-Known SmartNavigation Property Smart Navigation is a little-known Internet Explorer feature that enables the individual controls on your Web forms to maintain focus...
- The Secrets to Uploading Files with Ease In the golden, olden days of ASP, managing a file upload was pretty difficult. Most developers reverted to digging deep...


Comments on this entry are closed.