Skip to main content

EnsLib.EDI.X12.Operation.TCPOperation

class EnsLib.EDI.X12.Operation.TCPOperation extends EnsLib.EDI.X12.Operation.ReplyStandard

Accepts X12 Documents and forwards them to a remote IP address, reading a response X12 Document message object returned from the remote IP address if the GetReply setting is enabled.

Method Inventory

Parameters

parameter ADAPTER = EnsLib.EDI.X12.Adapter.TCPOutboundAdapter;
Inherited description: The type of adapter used to communicate with external systems

Methods

method OnInit() as %Status
Inherited description: This user callback method is called via initConfig() from %OnNew() or in the case of SOAP Services from OnPreSOAP()
method SendMessage(pMsgOut As EnsLib.EDI.X12.Document, Output pMsgIn As EnsLib.EDI.X12.Document) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab