Soap.WSDLItems.TWSDLItems.GetName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetName: DOMString;

C++

System::UnicodeString __fastcall GetName();

Properties

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

Description

Returns the name of the definitions node in the WSDL document.

The root node of a WSDL document is always a definitions node. This node gives a name to the set of definitions in the WSDL document. Call GetName to retrieve that name.

See Also