Soap.WSDLItems.TWSDLItems.GetLocationForImport

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  GetLocationForImport(const ImportNameSpace: DOMString): DOMString;

C++

System::UnicodeString __fastcall GetLocationForImport(const System::UnicodeString ImportNameSpace);

Properties

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

Description

Fills a string list with the names of all messages that must be passed in or out when calling a specified operation.

Call GetLocationForImport to retrieve the URI that indicates the location of an imported document, given its namespace.

ImportNameSpace is the namespace that identifies another document that is imported into this WSDL document. It is one of the strings retrieved by the GetImports method.

See Also