%SOAP.WebServiceInvoke
class %SOAP.WebServiceInvoke extends %CSP.Page
Method Inventory
Parameters
parameter CHARSET = UTF-8;
Inherited description: 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 the default charset is utf-8.
parameter DOMAIN = %Utility;
Default Localization Domain
Methods
classmethod OnPage() as %Status
Inherited description: Event handler for PAGE event: this is invoked in order to  
generate the content of a csp page.
classmethod OnPreHTTP() as %Boolean
Ensure user has %Development:USE
Inherited Members
Inherited Methods
- %ClassIsLatestVersion()
 - %ClassName()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %New()
 - %OriginalNamespace()
 - %PackageName()
 - %SetModified()
 - ConvertParameter()
 - Decrypt()
 - Encrypt()
 - EscapeHTML()
 - EscapeURL()
 - HyperEventCall()
 - HyperEventHead()
 - Include()
 - InsertHiddenField()
 - InsertHiddenFields()
 - IsPrivate()
 - Link()
 - OnHTTPHeader()
 - OnPageError()
 - OnPostHTTP()
 - OnPostHyperEvent()
 - OnPreHyperEvent()
 - Page()
 - QuoteJS()
 - RewriteURL()
 - ShowError()
 - StartTimer()
 - StopTimer()
 - ThrowError()
 - UnescapeHTML()
 - UnescapeURL()