Share via


IWSDXMLContext

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This interface is a collection of namespaces and types used in a WSDAPI stack.

The IWSDXMLContext interface inherits the methods of the IUnknown interface.

In addition, the following table lists the methods supported by the IWSDXMLContext interface in vtable order.

Method Description

SetNamespaces

Associates custom namespaces with the XML context object.

SetTypes

Associates custom message types with the XML context object.

AddNamespace

Creates an object that represents an XML namepsace.

AddNameToNamespace

Creates an object that represents a name in an XML namepsace.

Remarks

This interface is used by the XML parser and generator to store and access namespaces, names, and message schema information. Applications can call AddNamespace and AddNameToNamespace directly to add and access names in new or existing namespaces. Additionally, generated code will call SetNamespaces and SetTypes to ensure service layer data is properly set up in the XML context. For information on generated code, see this Microsoft Web site.

Requirements

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Web Services on Devices Interfaces
Web Services on Devices Reference