The following code produces a ALC-DSS-300-006 error, wenn using the Java
API in SOAP mode but not in EJB mode. The only thing that I change are
the parameters for the ServiceClientFactory.Code, that produces the
error:RMSecureDocumentResult secureDocumentResult =
documentManager.protectDocument(pdfDoc, docName, policySetName,
policyName, null, null, null);pdfDoc =
secureDocumentResult.getProtectedDoc();pdfDoc =
signatureServiceClient.addInvisibleSignatureField(pdfDoc, knSignature,
null, null);Th...