Share via


WSDLService (Windows Embedded CE 6.0)

1/6/2010

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

SOAP WSDL and WSML Objects
WSDLPort
WSDLOperation