Skip to main content

Demo.Loan.FindRateTCPService

class Demo.Loan.FindRateTCPService extends Ens.BusinessService

To use this service, telnet to the configured port (default=1234) and enter the application date on a single line, separated by colons. Example: 10000:Mo:111-22-3333:US The demo application will copy your receipt notice to the output terminal, and will send the final Approval response there as well.

Method Inventory

Parameters

parameter ADAPTER = EnsLib.TCP.TextLineInboundAdapter;
Name of the adapter class

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