Share via


WSDLService (Windows CE 5.0)

Send Feedback

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 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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.