wm.tn.rec:BizDocVerificationService
Use this specification for services that verify digital signatures on incoming documents.
Input Parameters
bizdoc | Document The document that contains the digital signature to be verified. For the structure of bizdoc, see
wm.tn.rec:BizDocEnvelope. |
Output Parameters
errorCount | String The number of verification errors that were encountered. |
errors | Document List (optional) An array of verification-related messages, warnings, and errors that the verification service generated. |
Usage Notes
If you are invoking the verification 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 verification service, you do not need to attach the resulting message to the verified document because the document processing engine performs this action.