Share via


WSDLPort (Windows Embedded CE 6.0)

1/6/2010

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

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

Method Description

GetSoapOperations Method

Returns a list of operations in the port.

Property Description

address Property

Returns the location attribute of a <soap:address> element in the Web Services Description Language (WSDL) file.

bindStyle Property

Returns the style attribute of a <soap:binding> element in the WSDL file.

name Property (WSDLPort)

Returns the name attribute of a <port> element in the WSDL file.

transport Property

Returns the transport attribute of a <soap:binding> element in the Web Services Description Language (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
WSDLReader
WSDLService
WSDLOperation