RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.TargetNamespace Property

Provides access to an interface for loading the WSDL document.

Pascal
property TargetNamespace: DOMString;
C++
__property DOMString TargetNamespace;

The root node of a WSDL document is always a definitions node. This node includes a TargetNamespace attribute that uniquely identifies the set of definitions in the WSDL document. Read TargetNamespace to retrieve that namespace.  

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