Soap.WSDLItems.IWSDLItems.Load

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Load(const WSDLFileName: DOMString);

C++

virtual void __fastcall Load(const System::UnicodeString WSDLFileName) = 0 ;

Properties

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

Description

Loads a WSDL document so that its definitions are available.

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.