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. How To Add A 5-Day Forecast To Your Website An article that demostrates the use of the National Weather Service’s Experimental National Digital Forecast Database XML Web Service...
  3. 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...
  4. 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...
  5. Code Formatting Utility for Blog This code formatting utility facilitates for formatting code for 1) C# 2) VB 3) html/xml/aspx 4) t-sql 5) msh...

Previous post:

Next post: