Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

%ZHSLIB.PackageManager.Server.AbstractSOAPService

abstract class %ZHSLIB.PackageManager.Server.AbstractSOAPService extends %SOAP.WebService

Method Inventory

Methods

classmethod Disable(pApplication As %String = "") as %Status
Enables the specified web application for a given SOAP service
classmethod Enable(pApplication As %String) as %Status
Enables the specified web application for a given SOAP service
classmethod IsEnabled(pApplication As %String = "", Output pAppArray) as %Boolean
Returns 1 if and only if the service is enabled for pApplication; if pApplication is unspecified, returns 1 if and only if the service is enabled for any web application in the current namespace. In the latter case, also returns an array of web applications for which the namespace is enabled.
classmethod OnPreHTTP() as %Boolean
Inherited description: This method is for internal use only. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this method.

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab