I have several services that accept data from an incoming FTP session and when the services complete return “226 ASCII transfer complete”. I have created a new one that receives data via ftp, which in turn sends the data HTTP to another server. In this case when all is complete and succesful, the ftp client receives “connection closed by remote host”. Does anyone know why this might be happening instead of the 226 return? Could it be because even though the pub.client:http service has completed, the http session is still active? How can I ensure the service sends a “226” message back to the client?
#webMethods#Integration-Server-and-ESB#webmethods-Protocol-and-Transport