Topic Replies Freshness Views Users
Normal topic
Hi, I have noticed that there are a bunch of different error messages under the EslServerException. Where can I find a list of all these error messages with their corresponding error codes and error names. Example: com.silanis.esl.sdk…
Normal topic
Hi, We have tried to remove the default consent form using the following snippet
eslClient.getPackageService().deleteDocument(packageId, "default-consent");
However, when we have done that the electronic disclosure form still…
Normal topic
Hello Michael, During the processing in an application a client noticed that below statement takes few seconds (5-10) to execute: PackageId packageId = eslClient.createPackage(documentPackage); Can you please let us know how much…
Normal topic
Hi , I am able to successfully upload a single document while creating a package . What all changes do I need to make to the java code to allow upload of multiple documents? I need to simultaneously upload multiple pdf’s after inserting…
Normal topic
Our developers have a question around the specific details around how the redirect from Silanis to the handover URL is handled. Could someone shed some light onto what mechanism is used? We are embedding the signing experience in an…
Normal topic
Trying to use Signer Authentication Tokens but this code always gets me “Unauthorized Access”. Please let me know what I am doing wrong. Map signerSessionFields = new LinkedHashMap(); …
Normal topic
In attempting to use signerAuthenticationTokens, I was looking at the following: http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_authentication&s[]=webpageurl#signerauthenticationtoken_example public…
Normal topic
Hi, I want to create empty packages with DRAFT status and one custom attribute (i.e internalID).
DocumentPackage documentPackage = newPackageNamed("TEST_PACKAGE")
                       .withAttributes(newDocumentPackageAttributes(…
Normal topic
Hello, Once all the signing ceremony is completed, there is one email notification getting triggered from "e-SignLive " to all the signers by including package owner in "CC" of that email. Email notification…
Normal topic
Hi, I am currently running into an issue with utilizing X/Y coordinates to position signature tags for documents in eSignLive. In our system, we have our document creation source generate annotations on the PDF near the signature…
Normal topic
We are trying to add signers to the package that was already sent through the API and keep getting the following exception: com.silanis.esl.sdk.internal.EslServerException: Could not add signer. Exception: HTTP POST on URI https://sandbox…
Hot topic
Hi, I am trying the sample application. I replaced the API Key by mine, and change the Environnement URL
public class Esign { public static final String API_KEY = "RFAPI_SAMPLE_EXAMPLE_3kzbVrQUU1VMg=="; public…
Normal topic
I'm seeing some odd behavior, on my local development environment, I can create a package and delete the "default-consent" page without issue. Once I've moved this to our integration environment, this same call fails. I'm trying this…
Normal topic
Has anyone run into a Certificate chaining error when trying to make a call to createPackage? We are using IBM WebSphere BPM v8.5 and the eSignLive SDK 10.10.1, the certificate is installed in the Cell's defaultTrustStore, however,the…
Normal topic
Is it possible to pass in a string with the way the date field should be formatted. The date is showing as YYYY-MM-DD, however, I need the date in the format YYYYMMDD.
Normal topic
Is it possible to require additional security beyond API key for communication to eSignLive for things like package creation? If using SAML 2.0 for user authentication is it possible to log a user into a package in an iFrame using SAML 2…
Normal topic
I have looked all through the SDK and the REST API, and I can't find an answer to this. Could you please assist me? In your notifications you send us a package id, a session user id, and the event name. Please let me know how I use the…
Normal topic
Hello, We have a condition where a participant goes to eSign, then quits mid-way. So for instance we have 3 forms to be eSigned, she eSigns 2 forms and quits. When she logs in again, we have to get the session token again - by sending a…
Normal topic
Is it possible to call javascript after to signer has completed signing in an iframe in order to remove the iframe and do some other processing?
Normal topic
Hello there, I am trying to send two documents to be signed by the same person. so I am creating two document builders adding the email address to each one of them, but it keeps failing with the error that the email is already in use for…
Normal topic
I haven't started working on the code to handles callbacks yet. I was looking at http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_event-notification and saw the SIGNER_COMPLETE notification. If I created a signer with a custom…
Normal topic
Hi, Is it possible to create a package with status not draft and then notify a signer at a later point. I have a use case where some signers will need to click a link through an email in order to sign and others will click a link through…
Normal topic
What is the minimum Java version required for the Java SDK?
Normal topic
Is it possible to set different language for different signer within the same package Thanks
Normal topic
Is there any way we can differentiate while downloading the accepted document (Signature Style ACCEPTANCE ) from original document?