Trading Networks 10.7 | Administering and Monitoring B2B Transactions | Trading Networks Built-In Services Reference | Transport Folder | Summary of Elements in this Folder | wm.tn.transport:activeTransfer
 
wm.tn.transport:activeTransfer
Delivers documents using ActiveTransfer. This service uses the delivery method information from the receiver's partner profile to transport documents through ActiveTransfer to the partner's endpoint (Virtual Folder System or VFS). The information determines the vfsId, vfsPath, senderPartnerId, receiverPartnerId, and documentBytes of the document to deliver.
Note:
The wm.tn.transport:activeTransfer service does not support the delivery of large documents to ActiveTransfer on a remote Integration Server instance. For more information about handling large documents in Trading Networks, see the 'Large Document Handling' chapter in webMethods Trading Networks Administrator’s Guide.
Input Parameters
serviceName
String: The name of the service you must use to deliver a document using ActiveTransfer.
bizdoc
Document: The document to deliver.
wm.tn.rec:BizDocEnvelope defines the structure of the bizdoc.
retriesRemaining
String: The number of pending retries. The delivery engine passes this information to the server at every attempt of the job delivery.
Output Parameters
serviceOutput
Document The output from the delivery. For the structure of serviceOutput, see wm.tn.rec:activeTransferOutput. 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.
In case of success, an output message is displayed. In case of fail, an exception message is displayed.
*vfsPath String: ActiveTransfer VFS path to which the document is delivered.
*transportTime String: Total time (in milliseconds) it took to deliver the document.
*output Document The output from the delivery. For the structure of serviceOutput, see wm.tn.rec:activeTransferOutput.
*success String true If the Trading Networks document is successfully delivered to ActiveTransfer or false: If the Trading Networks document is successfully delivered to ActiveTransfer.
*transactionId String: A unique ID returned by ActiveTransfer to identify the document transferred from Trading Networks to ActiveTransfer.
*message String A message that is logged after the service execution is complete.