RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetTargetNamespacePrefix Method

Returns the prefix string that represents the target namespace of the WSDL document.

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

Call GetTargetNamespacePrefix to retrieve the prefix string that should be added to node names so that they explicitly use the target namespace of the WSDL document. Node names that include this prefix are defined in the namespace identified by the URL that is the value of the TargetNamespace property. 

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