Posts Tagged ‘xslt’

The WCF MessageEncoder Decoded 2

Sample Overview

The sample opens an XML file using the XmlDocument class, translates the XmlDocument into bytes, creates a Message class from the bytes, and then copies the Message class back into another XmlDocument class.

There are some things to consider before you explore the sample.

Aside from illustrating the steps to take building your own MessageEncoder, the sample provides no real practical solution.
(more…)

Posted by admin on May 14th, 2008 1 Comment