Share via


SOAP WSDL and WSML Objects

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

The following table shows the SOAP WSDL and WSML objects with a description of the purpose of each.

Programming element Description

EnumSoapMappers

Enumerates a list of SoapMapper objects representing the parts defined in the input and output messages for a specified operation from the Web Services Description Language (WSDL) file.

EnumWSDLOperations

Enumerates a list of operations in a specified port from the WSDL file.

EnumWSDLPorts

Enumerates a list of ports in a specified service from the WSDL file.

EnumWSDLService

Enumerates a list of services from the WSDL file.

SoapMapper

Represents a message part defined in an operation's input or output message in a WSDL document.

WSDLOperation

Provides the properties that provide name and description of the specified WSDL operation.

WSDLPort

Provides properties that provide the name and description of the WSDL port.

WSDLReader

Loads and analyzes WSDL and Web Services Meta Language (WSML) files.

WSDLService

Provides properties that provide name and description of the service from the WSDL file.

See Also

Reference

SOAP Reference