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.Loan.FindRateTerminalService

class Demo.Loan.FindRateTerminalService extends Ens.BusinessService

A Business Service called via CreateBusinessService() from the command line prompt offered by the Test() method in class Demo.Loan.FindRateProduction

Method Inventory

Methods

method OnProcessInput(pInput As Ens.StringContainer, pOutput As Ens.StringContainer, 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