RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLHTMLPublish.WSILInfo Method

Returns the WS inspection document that describes the Web Service.

Pascal
procedure WSILInfo(const HostScriptBaseURL: string; Request: TWebRequest; Response: TWebResponse; var Handled: Boolean);
C++
__fastcall WSILInfo(const AnsiString HostScriptBaseURL, TWebRequest Request, TWebResponse Response, Boolean Handled);

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. 

 

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