Soap.WSDLItems.TWSDLItems.GetPartNode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetPartNode(const MessageName, PartName: DOMString): IXMLNode;

C++

Xml::Xmlintf::_di_IXMLNode __fastcall GetPartNode(const System::UnicodeString MessageName, const System::UnicodeString PartName);

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

Call GetPartNode to obtain information about a part that is defined for a message. Every message consists of one or more parts, each of which is associated with a definition from some type system.

MessageName is the name of the message that is defined using the part.

PartName is the name of the part whose node is returned.

See Also