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: WideString;
C++
__fastcall BSTR 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!