wm.tn.transport:primaryFtp
Delivers documents through FTP. This service uses the delivery method information that is associated with the primary FTP delivery method from the receiving partner's profile to determine the host name, port number, user name, password, and directory to use to deliver the document.
Input Parameters
bizdoc | Document The document you want to deliver. The document must be an instance of com.wm.app.tn.doc.BizDocEnvelope. |
retriesRemaining | String The number of retries remaining. The delivery engine passes this information into this server at every attempt of job delivery. |
Output Parameters
serviceOutput | status String The outcome of the delivery: either success or fail. statusMessage String The status message from the last attempt to deliver the document. For example, the status message might be 221. transportTime String Total time (in milliseconds) it took to deliver the document. output Document The header and body that was returned from the FTP “put.” For the structure of output, see wm.tn.rec:FtpOutput. |
Usage Notes

If the receiver identified in
bizdoc (the partner to receive the document being delivered) is the local partner (the host of the network), this service throws an exception.

This service performs a passive transfer.

The file name of the delivered document is the internal document ID and the extension is either .xml if the content-type is text/xml or .bizdoc otherwise.