class EnsLib.XML.Object.Service.FTPService extends EnsLib.XML.Object.Service.Standard
EnsLib.XML.Object.Service.FTPService is the FTP based service class which reads an XML document and then uses %XML.Reader to convert the document to a set of persistent classes.
The type of adapter used to communicate with external systems
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).