Soap.WSDLItems.TWSDLItems.GetMessageNode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetMessageNode(const MessageName: DOMString): IXMLNode;

C++

Xml::Xmlintf::_di_IXMLNode __fastcall GetMessageNode(const System::UnicodeString MessageName);

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 a message.

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.

See Also