Share via


EnumWSDLPorts (Windows Embedded CE 6.0)

1/6/2010

EnumWSDLPorts enumerates a list of ports in a specified service from the WSDL file. This enumerator supports the standard methods (except for clone): Find, Next, Skip, and reset.

The following methods are supported by the EnumWSDLPorts object.

Method Description

Clone

Not supported.

Find Method (EnumWSDLPorts)

Finds the specified service from the collection.

Next Method (EnumWSDLPorts)

Returns the next service from the collection.

reset Method (EnumWSDLPorts)

Resets the collection.

Skip Method (EnumWSDLPorts)

Skips the next service from the collection.

Remarks

For an example, see WSDLReader.

Requirements

Header mssoap.h
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

SOAP WSDL and WSML Objects