RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetOperationNode Method

Returns the interface for the node that describes an operation.

Pascal
function GetOperationNode(const PortTypeName: DOMString; const OperationName: DOMString): IXMLNode;
C++
__fastcall IXMLNode GetOperationNode(const DOMString PortTypeName, const DOMString OperationName);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!