WSDLPort
Other versions of this page are also available for the following:
8/28/2008
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
WSDLReader
WSDLService
WSDLOperation
SOAP WSDL and WSML Objects