Soap.WSDLItems.TWSDLItems.Load

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Load(const WSDLFileName: DOMString);

C++

void __fastcall Load(const System::UnicodeString WSDLFileName);

Properties

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

Description

Loads a WSDL document and activates it.

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.

See Also