EnumWSDLService, EnumWSDLPorts, EnumWSDLOperations, and EnumSoapMappers (Windows CE 5.0)

Send Feedback

The following objects enumerate various lists from the Web Services Description Language (WSDL) file:

  • EnumWSDLService enumerates a list of services from the WSDL file.
  • EnumWSDLPorts enumerates a list of ports in a specified service from the WSDL file.
  • EnumWSDLOperations enumerates a list of operations in a specified port from the WSDL file.
  • EnumSoapMappers enumerates a list of SoapMapper objects representing the parts defined in the input and output messages for a specified operation from the WSDL file.

These enumerators support the standard methods: clone, Find, Next, Skip, and reset.

As a representative sample of these enumerators, this documentation describes the methods supported by EnumWSDLService. Methods used by other remaining enumerators are similar to EnumWSDLService.

The following methods and properties are supported by the EnumWSDLService object.

Method Description
Clone Not supported.
Find Finds the specified service from the collection.
Next Returns the next service from the collection.
reset Resets the collection.
Skip Skips the next service from the collection.

Remarks

For an example, see WSDLReader.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Mssoap.h.
Link Library: Uuid.lib.

See Also

WSDLReader | SOAP WSDL and WSML Objects

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.