Soap.WSDLPub.TWSDLHTMLPublish.WSILInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WSILInfo(const HostScriptBaseURL: string; Request: TWebRequest;  Response: TWebResponse; var Handled: Boolean);

C++

void __fastcall WSILInfo(const System::UnicodeString HostScriptBaseURL, Web::Httpapp::TWebRequest* Request, Web::Httpapp::TWebResponse* Response, bool &Handled);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Soap.WSDLPub.pas
Soap.WSDLPub.hpp
Soap.WSDLPub TWSDLHTMLPublish

Description

Returns the WS inspection document that describes the Web Service.

The Web Module (or Web Dispatcher) calls WSILInfo when a request is made for the WS inspection document for the Web Service (when the path portion of the request ends in the string 'inspection.wisl'.. WSILInfo responds by generating the WSIL description.

HostScriptBaseURL is the base path for accessing the WSDL documents of the Web Service.

Request contains information about the incoming request message.

Response is a TWebResponse object that is filled out to indicate the response that should be returned to the Web client.

Handled always returns true, indicating that WSILInfo successfully generated a response.

See Also