How to: Add Attachments to a SOAP Message by Using DIME

by fred on May 7, 2005

in Code

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:

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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.

Previous post:

Next post: