DocBook|Search
Class Reference
%SOAP.WebServiceInvoke
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%SOAP] >  [WebServiceInvoke]
Private  Storage  

class %SOAP.WebServiceInvoke extends %CSP.Page

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 1


Summary

Methods
%ClassIsLatestVersion %ClassName %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty
%DispatchSetProperty %Extends %GetParameter %IsA
%OriginalNamespace %PackageName ConvertParameter Decrypt
Encrypt EscapeHTML EscapeURL HyperEventBody
HyperEventCall HyperEventFrame HyperEventHead Include
InsertHiddenField InsertHiddenFields IsPrivate Link
OnHTTPHeader OnPage OnPageError OnPostHTTP
OnPostHyperEvent OnPreHTTP OnPreHyperEvent Page
QuoteJS RewriteURL ShowError StartTimer
StopTimer ThrowError UnescapeHTML UnescapeURL


Parameters

• parameter CHARSET = "UTF-8";
Specifies the default character set for the page. This can be overriden using the <CSP:CONTENT CHARSET=> tag, or by setting the %response.CharSet property in the OnPreHTTP method. If this parameter is not specified, then for Unicode systems the default charset is utf-8 and for 8-bit systems it is the system default charset.
• parameter DOMAIN = "%Utility";
Default Localization Domain

Methods

• classmethod OnPage() as %Status
Event handler for PAGE event: this is invoked in order to generate the content of a csp page.