RAD Studio VCL Reference
|
Loads a WSDL document and activates it.
procedure Load(const WSDLFileName: DOMString);
__fastcall Load(const DOMString WSDLFileName);
Load uses the stream loader specified by the StreamLoader property to load a WSDL document into memory. It then sets itself to represent that WSDL document and activates it.
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!
|