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.WebOperations

class Demo.Loan.WebOperations extends Ens.BusinessOperation

Method Inventory

Parameters

parameter INVOCATION = Queue;
2 modes: Queue, InProc
parameter USEWEBSERVICES = no;

Methods

method GetCreditRating(pRequest As Demo.Loan.Msg.CreditRatingRequest, Output pResponse As Demo.Loan.Msg.CreditRatingResponse) as %Status
method GetPrimeRate(pRequest As Demo.Loan.Msg.PrimeRateRequest, Output pResponse As Demo.Loan.Msg.PrimeRateResponse) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab