serviceName | String The name of the delivery method that must be used to deliver the document through a web service. |
bizdoc | Document The document you want to deliver. If invoking from a Java program, the document must be an instance of com.wm.app.tn.doc.BizDocEnvelope. Otherwise, the structure of bizdoc is defined by
wm.tn.rec:BizDocEnvelope. |
retriesRemaining | String (optional) 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:WebServiceDeliveryServiceOutput. 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. transportTime String Total time (in milliseconds) it took to deliver the document. output Document The response returned after invoking the web service. For the structure of output, see
wm.tn.rec:WebServiceOutput. |