Soap.WSDLItems.TWSDLItems.GetTargetNamespacePrefix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetTargetNamespacePrefix: DOMString;

C++

System::UnicodeString __fastcall GetTargetNamespacePrefix();

Properties

Type Visibility Source Unit Parent
function protected
Soap.WSDLItems.pas
Soap.WSDLItems.hpp
Soap.WSDLItems TWSDLItems

Description

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

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.

See Also