Share via


WSDLOperation

This object provides the properties that provide name and description of the specified Web Services Description Language (WSDL) operation.

The following tables show the methods and properties supported by the WSDLOperation object.

Method Description
ExecuteOperation Executes an operation on the server by calling the object specified in the Web Services Meta Language (WSML) file.
GetOperationParts Returns the message parts of the operation.
load Loads the operation's message parts from a SOAP message.
save Saves the operation's message parts in a SOAP message.
Property Description
name Returns the operation's name as specified in the Web Services Description Language (WSDL) file.
objectMethod Returns the name of the method corresponding to the operation, as specified in the WSML file.
ObjectProgID Returns the ProgID of the object associated with the operation in the WSML file.
preferredEncoding 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 Returns the soapAction attribute of a <soap:operation> in the WSDL file.
style Returns the style attribute of a <soap:operation> element in the WSDL file.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Mssoap.h.
Link Library: Uuid.lib.

See Also

WSDLReader | WSDLService | SOAP WSDL and WSML Objects

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.