Topic Replies Freshness Views Users
Normal topic

How do I move this logs from catalina.out to a different file? Also, are they logs generated by System.out.println?

Jul 22, 2021 9:36:33 AM com.silanis.esl.sdk.internal.Support logRequest

Jul 22, 2021 9:36:33 AM com…

Normal topic

Hello, what is the maximum number of characters allowed in the package name?  The JavaDoc for the method PackageBuilder.newPackageNamed() states:

@param name the package name @size(min="1", max="64")

Normal topic

Hi everybody!

I am using the "Document Visibility" feature according to the following documentation according to the documentation in the link below and it works at the moment the signers are signing the document(s) (when they…

Normal topic

Hi,

I am getting below error when I am trying to notify signer.

{"messageKey":"error.validation.notifySigner.outOfOrder","code":400,"message":"Unable to notify the signer until it is their turn to participate.","name…

Normal topic
Hi Team, We are doing Auto Esign in our project .Since we are doing auto Esign IP address column is appearing as blank in evidence summary Audit trail table. Is it possible to insert our server IP address in Audit trail IP address…
Normal topic
Are special characters allowed in Document name while creating package?
Normal topic
Hi, How do I get original signer id from new changed signer information (either using signer id or role Id) ? suppose Signer A will delegate his authority to Signer B, I want Signer A (original) Id by using Signer B …
Normal topic

In the Audit Trail, when a signer accepts, in the "Other" column it has "Approval:" followed by a string. What is this string?

Thanks.

Normal topic

 

I would like to delete the default document that the package has when it is created, How can I do that?

My java SDK version is: 11.33

Normal topic

 

I need to disable the option to not send the mail to sign when I create the package from the java sdk, help please.

My version of sdk is 11.33

Normal topic

Could you explain when access ability should be used and how to use it via JAVA SDK?

 

Thanks

 

Wendy

Normal topic

Hi,

The following link is not working :

https://developer.esignlive.com/app/uploads/test_text_tag.pdf

Could you please fix it ?

Thanks,

Normal topic

Is there a way to customize the handoverlink Href property at a signer level?  I've only been able to see it at the document package level.  I'd like to redirect based on the signer role, and trying to find the best way to do…

Normal topic

Hi,

 

I am not clean how to use attachment, could you please share an sample code? Also once there is attachment in a package, the sender have to accept this attachment, otherwise  the signing ceremony will…

Normal topic

Hello, we were informed that a change will be coming to the API interactions in the 11.36 version.  If we integrate using the Java SDK, is it necessary to upgrade to the latest version of the SDK in order to correctly handle the…

Normal topic

Hello,

I could not find  esl-sdk-external-signer-verification jar in the maven repository. Please help.

 

<dependency>
  <groupId>com.eSignLive.com.esl</groupId>

Normal topic

I'm currently using Java SDK to create a package:

<dependency>
    <groupId>com.silanis.esl</groupId>
    <artifactId>sdk</artifactId>
   …

Normal topic

Hi

 

I successfully create a package with two signers: Signer 1 has email address [email protected] and signer 2 has email address email2@cibc…

Normal topic

A client (Progeny Systems) wants to use PCC (Personal Certificate Client) with iFrame, and can't seem to find how to define the signing method.

From the UI, under recipient settings -> Advanced tab, the signing method can…

Normal topic

Hello,

I'm wondering if it is possible to associate fields with signers using the Java SDK? My use case is that in addition to a signature, users need to be able to fill in additional information in a textbox.

From…

Normal topic

Hi Team,

I downloaded the sample code for java springboot project and java servlet. I am unable to find classess for Oss CallbackEvents and OssCallbackVo for some reasons. Can you please help me to get these classess code.

Normal topic

We are transitioning to New Signer Experience. When we test documents that are ready to sign, we are receiving e-mail notifications with one notable difference between classic and new signer experience: Given documents that have already…

Normal topic

We are seeing this error:

Caused by: java.lang.NoSuchMethodError: com.silanis.esl.sdk.builder.CeremonyLayoutSettingsBuilder.withoutIFrame()Lcom/silanis/esl/sdk/builder/CeremonyLayoutSettingsBuilder;

Just…

Normal topic

Hello,

I am in the process of testing the migration of API key to API Token. I created a client app in the test account, got the client id and client secret. But I can't retrieve the Token API from the ApiTokenConfig

Normal topic

I need my users to be able to sign multiple documents with a single click.  Every month we generate hundreds or even thousands of similar documents that need to be signed by the same two people in our organization.  For legal…