Share via


WsXmlDocument Class

Contains an XML node tree representation of a SOAP message.

Remarks

Use this class to access the contents of a SOAP request envelope. When a transport service receives a request, the envelope portion of the request is parsed and stored in this object. The device stack passes a copy of this object to hosted service methods. A device developer typically uses this object to access SOAP body elements during processing. A hosted service method also receives a header object; however, the header object only contains DPWS-specific properties. This WSXmlDocument object contains the entire envelope in order to provide maximum extensibility features in a hosted service implementation method.

Namespace: Ws.Services.Xml
Assembly: MFWsStack (in mfwsstack.dll)

Syntax

 public class WsXmlDocument

Version Information

Available in .NET Micro Framework version 2.5

See Also

Reference

WsXmlDocument Members
Ws.Services.Xml Namespace