Soap.WSDLItems.TWSDLItems.TargetNamespace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TargetNamespace: DOMString read GetTargetNamespace;

C++

__property System::UnicodeString TargetNamespace = {read=GetTargetNamespace};

Properties

Type Visibility Source Unit Parent
property public
Soap.WSDLItems.pas
Soap.WSDLItems.hpp
Soap.WSDLItems TWSDLItems

Description

Provides access to an interface for loading the WSDL document.

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.

See Also