RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetMessageNode Method

Returns the interface for the node that describes a message.

Pascal
function GetMessageNode(const MessageName: WideString): IXMLNode;
C++
__fastcall IXMLNode GetMessageNode(const BSTR MessageName);

Call GetMessageNode to obtain information about a message defined in the WSDL document. A message describes a single item of data that is passed in or out when executing an operation (method). The parameters and return value of a method each map onto a message. 

MessageName is the name of the message whose node is returned. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!