hidden class EnsLib.IWay.OutboundAdapter
extends EnsLib.TCP.CountedOutboundAdapter
Deprecated: Adapter that sends application service requests to external EIS systems via an iWay XTE server
parameter SETTINGS = "Agent";
List of properties can be set as settings in the configuration file
format is a comma separated list of property names
property Agent
as %String;
Name of the iWay XTE Agent instance to invoke
property Charset
as %String [ InitialExpression = "Auto" ];
Text Charset to use to decode incoming data and encode outgoing data
(iWay default configuration is UTF-8)
property Port
as %Integer(MAXVAL=65535,MINVAL=0) [ InitialExpression = "4575",Required ];
TCP Port that the iWay XTE TCP Listener is listening on
property ResponseTimeout
as %Numeric [ InitialExpression = 35 ];
Number of seconds to wait for a response back from iWay AM after sending a request