Share via


WSDLPort

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 tables show the methods and properties supported by the WSDLPort object.

Method Description
GetSoapOperations Returns a list of operations in the port.
Property Description
address Returns the location attribute of a <soap:address> element in the Web Services Description Language (WSDL) file.
bindStyle Returns the style attribute of a <soap:binding> element in the WSDL file.
name Returns the name attribute of a <port> element in the WSDL file.
transport Returns the transport attribute of a <soap:binding> element in the Web Services Description Language (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

WSDLReader | WSDLService | WSDLOperation | SOAP WSDL and WSML Objects

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.