RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetName Method

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

Pascal
function GetName: DOMString;
C++
__fastcall DOMString GetName();

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.  

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