Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Demo.ZenService.Boper.GetWeatherReport

class Demo.ZenService.Boper.GetWeatherReport extends Ens.BusinessOperation

Business operation responsible for obtaining a string that tells the weather, based on an input string that gives a location.

Method Inventory

Parameters

parameter ADAPTER = Ens.OutboundAdapter;
Use our own simple adapter since this business operation does not call outside Ensemble
parameter INVOCATION = Queue;
Inherited description: 2 modes: Queue, InProc

Methods

method GetTheWeather(location As %String) as %String
method GetWeatherReport(pRequest As Ens.StringRequest, Output pResponse As Demo.ZenService.Msg.WeatherOperationResponse) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab