serviceName | String The name of the service you must use to deliver a document using SFTP. |
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 the server at every attempt of job delivery. |
serviceOutput | Document The output from the delivery. For the structure of serviceOutput, see
wm.tn.rec:SftpDeliveryServiceOutput. The document contains the following keys: status String The outcome of the delivery: 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 SFTP put. For the structure of output, see
wm.tn.rec:SftpOutput. |