Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|---|---|
Returns a list of operations in the port. |
| Property | Description |
|---|---|
Returns the location attribute of a <soap:address> element in the Web Services Description Language (WSDL) file. |
|
Returns the style attribute of a <soap:binding> element in the WSDL file. |
|
Returns the name attribute of a <port> element in the WSDL file. |
|
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