WSDLOperation
Other versions of this page are also available for the following:
8/28/2008
This object provides the properties that provide the name and description of the specified Web Services Description Language (WSDL) operation.
The following methods and properties are supported by the WSDLOperation object.
Method | Description |
---|---|
Executes an operation on the server by calling the object specified in the Web Services Meta Language (WSML) file. |
|
Returns the message parts of the operation. |
|
Loads the operation's message parts from a SOAP message. |
|
Saves the operation's message parts in a SOAP message. |
Property | Description |
---|---|
Returns the operation's name as specified in the Web Services Description Language (WSDL) file. |
|
Returns the name of the method corresponding to the operation, as specified in the WSML file. |
|
Returns the ProgID of the object associated with the operation in the WSML file. |
|
Returns the XML default encoding used for client and server. It is the value of the preferredEncoding attribute of <stk:binding> element in the WSDL file. |
|
Returns the soapAction attribute of a <soap:operation> in the WSDL file. |
|
Returns the style attribute of a <soap:operation> element in the WSDL file. |
Requirements
Header | mssoap.h |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |