RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWSDLItems.Load Method

Loads a WSDL document so that its definitions are available.

Pascal
procedure Load(const WSDLFileName: DOMString);
C++
__fastcall Load(const DOMString WSDLFileName);

Load reads and interprets a specified WSDL document. This method should be called before you attempt to access the definitions in the WSDL document. 

WSDLFileName is the name of a WSDL document file, an XML schema file, or the URL where such a document can be found. 

 

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