Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

Demo.ZenService.Bserv.ZenService

class Demo.ZenService.Bserv.ZenService extends Ens.BusinessService

This business service takes an Ens.StringContainer as input and returns a Demo.ZenService.Msg.WeatherReportResponse to the caller as output. It is invoked from the Zen page Demo.ZenService.Zen.WeatherReportForm and invokes the business process that has been configured in the production with the name "Weather Report".

Method Inventory

Methods

method OnProcessInput(pInput As Ens.StringContainer, pOutput As Demo.ZenService.Msg.WeatherReportResponse, ByRef pHint As %Library.String) as %Status
Inherited description: Override this method to process incoming data. Do not call SendRequestSync/Async() from outside this method (e.g. in a SOAP Service or a CSP page).

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab