Skip to main content

%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

FeedbackOpens in a new tab