Skip to main content

EnsLib.EDI.XML.Service.FTPService

class EnsLib.EDI.XML.Service.FTPService extends EnsLib.EDI.XML.Service.Standard

Service to receive an XML document as a file from a remote FTP server

Method Inventory

Parameters

parameter ADAPTER = EnsLib.FTP.InboundAdapter;
Inherited description: The type of adapter used to communicate with external systems

Methods

method OnProcessInput(pFTPStream As %Stream.Object, Output pOutput As %Library.CharacterStream, 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