Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
HTTP page that tests a SOAP client class.
|
|
|
Get list of input arguments for the given method
find the value for this argument (from the %request parms)
Invoke a SOAP client method
Event handler for PAGE event: this is invoked in order to generate the content of a csp page.
Event handler for PreHTTP event: this is invoked before the HTTP headers for a CSP page have been sent. All changes to the%CSP.Response class, such as adding cookies, HTTP headers, setting the content type etc. must be made from within the OnPreHTTP() method. Also changes to the state of the CSP application such as changing %session.EndSession or %session.AppTimeout must be made within the OnPreHTTP() method. It is prefered that changes to %session.Preserve are also made in the OnPreHTTP() method as this is more efficient, although it is supported in any section of the page. Return 0 to preventOnPage from being called.
Display the list of SOAP client classes
Display the details page for a specific Web Method
Display the WebMethods of a SOAP client class