RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.GetLocationForImport Method

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

Pascal
function GetLocationForImport(const ImportNameSpace: WideString): WideString;
C++
__fastcall BSTR GetLocationForImport(const BSTR ImportNameSpace);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!