Trading Networks 10.7 | Administering and Monitoring B2B Transactions | webMethods Module for EDI | Creating Clients that Send EDI Documents to Trading Networks | Sending EDI Documents to Trading Networks via FTP | Example of Input Parameters for the pub.client:ftp Service
 
Example of Input Parameters for the pub.client:ftp Service
The following example describes the values that you would set when using the pub.client:ftp service to send an EDI document to the wm.tn:receive service. For a complete description of the pub.client:ftp service, see the webMethods Integration Server Built-In Services Reference for your release.
Set this parameter...
Of data type...
To...
serverhost
String
The name of the machine running Integration Server.
serverport
String
The port on which Integration Server listens for FTP requests.
username
String
A valid user name of an Integration Server user account.
password
String
The password for the user name.
command
String
put
dirpath
String
The path representing the wm.tn:receive service, that is the service to invoke: \ns\wm\tn\receive
localfile
String
The name of the source file containing the EDI document, for example, x12_850
remotefile
String
The name to assign the file on Integration Server and the content type. Use the following format:
filename;content type:content sub-type
For example: x12_850;application:EDIstream
secure
Document
Indicate whether the FTP session is with a secure FTP server. The auth parameter specifies the kind of authentication mechanism to use (SSL, TLS, or TLS-P), and the securedata parameter specifies whether the client is sending PROT C (Data Channel Protection Level Clear) or PROT P (Data Channel Protection Level Private).