WSDLPort (Windows CE 5.0)
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 | 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
Send Feedback on this topic to the authors