RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IStreamLoader.Load Method

Loads a WSDL document into a memory stream.

Pascal
procedure Load(const WSDLFileName: WideString; Stream: TMemoryStream);
C++
__fastcall Load(const BSTR WSDLFileName, TMemoryStream Stream);

Load reads the specified WSDL document into the specified memory stream. 

WSDLFileName is the name of a WSDL document file, an XML schema file, or the URL where such a document can be found. If WSDLFileName is an URL, you may need to use the UserName, Password, and Proxy properties to indicate how the stream loader can connect to the host identified in that URL. 

Stream is a memory stream to which the stream loader writes the contents of the WSDL document. 

 

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