Soap.WSDLItems.TWSDLItems.GetOperationNode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetOperationNode(const PortTypeName, OperationName: DOMString): IXMLNode;

C++

Xml::Xmlintf::_di_IXMLNode __fastcall GetOperationNode(const System::UnicodeString PortTypeName, const System::UnicodeString OperationName);

Properties

Type Visibility Source Unit Parent
function public
Soap.WSDLItems.pas
Soap.WSDLItems.hpp
Soap.WSDLItems TWSDLItems

Description

Returns the interface for the node that describes an operation.

Call GetOperationNode to obtain information about an operation defined in the WSDL document. An operation corresponds to a method on the interface that corresponds to a specified port type.

PortTypeName is the name of the port type that contains the specified operation.

OperationName is the name of the operation whose node is returned.

See Also