Share via


WSDLService

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This object provides properties that provide the 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 methods and properties are supported by the WSDLService object.

Method Description

GetSoapPorts Method

Returns a list of the ports in the service.

Property Description

documentation Property (WSDLService object)

Returns the service description as specified in the WSDL file.

name Property (WSDLService)

Returns the name of the service as specified in the WSDL file.

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

WSDLPort
WSDLOperation
SOAP WSDL and WSML Objects