WSDLOperation

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

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

ExecuteOperation Method

Executes an operation on the server by calling the object specified in the Web Services Meta Language (WSML) file.

GetOperationParts Method

Returns the message parts of the operation.

load Method (WSDLOperation)

Loads the operation's message parts from a SOAP message.

save Method (WSDLOperation)

Saves the operation's message parts in a SOAP message.

Property Description

name Property (WSDLOperation)

Returns the operation's name as specified in the Web Services Description Language (WSDL) file.

objectMethod Property

Returns the name of the method corresponding to the operation, as specified in the WSML file.

ObjectProgID Property

Returns the ProgID of the object associated with the operation in the WSML file.

preferredEncoding Property

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.

soapAction Property (WSDLOperation)

Returns the soapAction attribute of a <soap:operation> in the WSDL file.

style Property

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

See Also

Reference

WSDLReader
WSDLService
SOAP WSDL and WSML Objects