Archiving Package with diferent Sigantures Types throws SDK EslException
Monday, December 19, 2016 at 01:18amHello there,
I have an eSignLive integration, using the SDK v11, where I am able to Create& Send package for signing to:
1. Three Signers with corresponding "Click to Sign" signatures 2. and another - 4th signer with a "Hidden - Click to Accept" signatureI am also able to Sign this PackageDocument for each signer using the eslClienbt.signDocuments() call. After above implementation I am able to check my sandbox account and see the created, signed and auto-completed Transaction. However when I try to archive it, using SDK, code:
documentPackage.setStatus(PackageStatus.ARCHIVED); eslClient.updatePackage(packageId, documentPackage);I get th efollowing Exception:
com.silanis.esl.sdk.EslException: It is not allowed to use acceptance signature styles and other signature styles together in one document.Could you let me know if this is going to get updated, as I am able to manually Archive the same Package through the UI, i.e. it seems that the SDK call fails with above exception, but the API allows us to do this.
Reply to: Archiving Package with diferent Sigantures Types throws SDK EslException
Monday, December 19, 2016 at 04:07amReply to: Archiving Package with diferent Sigantures Types throws SDK EslException
Monday, December 19, 2016 at 09:23pm