Trading Networks 10.7 | Administering and Monitoring B2B Transactions | Trading Networks Built-In Services Reference | Service Specifications | Summary of Specifications | wm.tn.rec:BizDocSigningService
 
wm.tn.rec:BizDocSigningService
Use this specification for services that generate digital signatures for outbound documents.
Input Parameters
bizdoc
Document The document to be signed. For the structure of bizdoc, see wm.tn.rec:BizDocEnvelope.
Output Parameters
errorCount
String The number of signing errors that the service encountered.
errors
Document List (optional) An array of signing-related messages, warnings, and errors that the signing service generated.
Usage Notes
*If you are invoking the signing service from a Java program, you can pass the incoming document (bizdoc) as an instance of com.wm.app.tn.doc.BizDocEnvelope.
*When coding a signing service, you do not need to attach the resulting message to the verified document because the document processing engine performs this action.