wm.tn.rec:BizDocSigningService
Use this specification for services that generate digital signatures for outbound documents.
Input Parameters
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.