Share via


WSDLService

This object provides properties that provide name and description of the service from the Web Services Description Language (WSDL) file. It also provides a method that returns a list of ports defined in the service.

The following tables show the methods and properties supported by the WSDLService object.

Method Description
GetSoapPorts Returns a list of the ports in the service.
Property Description
documentation Returns the service description as specified in the WSDL file.
name Returns the name of the service as specified in the WSDL file.

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

WSDLPort | WSDLOperation | SOAP WSDL and WSML Objects

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.