Topic Replies Freshness Views Users
Normal topic
Hello, we use sdk.net in our solution and we are confronted with slowness, for example when we try to add documents that exceed 3 MB to a package, it takes up to 8 seconds per document (sdk calls this method api rest : https://docs…
Normal topic
Can you please point me or give me example of json needs to be added to add signing date in a document (Using REST API)
Normal topic
I'm trying to get the Authentication token with the following code, however its return error "The remote server returned an error: (405) Method Not Allowed." string url = "https://sandbox.esignlive.com/api/authenticationTokens"; …
Normal topic

Sender sdr = new Sender();
AccountService accountService = new AccountService();
sdr = accountService.GetSender("##########");

Trying to instantiate accountService causes CS1729 'AccountService' does not contain…

Normal topic
Hi, I've notice that I can make a document "Accept Only" in the eSignLive sandbox dashboard transaction creation page. I can simply click Accept Only and select the recipients I wish to accept the document and thats it. No need for…
Normal topic
Hello Silanis team- Today I have two scenarios for you that stump us.
  • We need an option to abort the "click-to-sign" process. When signing a package, the user should have an option to "Cancel": This action should delete…
Normal topic
I have a requirement to create a package which have multiple documents. First Document will be pdf document and other documents can be pdf or images. If it is possible can any send me a sample code.
Normal topic
I am getting the error below when I filled in a government pdf and send it over to esignlive. Could you please take a look and let me know what needs to be done here?
Silanis.ESL.SDK.EslServerException: Could not upload documents to…
Normal topic
Hey there, I've got some established code that is able to create packages consistently. However, I've run across a particular set of documents / metadata that is preventing the server from creating. This is the error from SDK: The remote…
Normal topic

Hi guys,

 

We’re using the Silanis.ESL.SDK implementation of your API services and a big part of the services are…

Normal topic
When we have a package that has two signers and one signer has completed signing and the other is still pending, when we perform a check status, we are getting the following error. Could not get signing status. Exception: The remote…
Normal topic

Where is .WithSignatureStyle(SignatureStyle.HAND_DRAWN)); setup in the code

Normal topic
Hello! I am attempting to customize the message that is displayed in the OnDialogComplete box that is shown to a user once they're finished signing. I see in this post: https://developer.esignlive.com/forums/topic/completed-signing…
Normal topic

I updated from 11.33 using the downloaded SDK, but found the NuGet for 11.35 today, but am having issues resolving the ESLClient class from the NuGet install.     I tried a using for each namespace in OneSpanSign…

Normal topic
What is recommend for a Catch () for error handling? Is there something specific for OSS Packages
Normal topic

Hi,

Is there a complete list of possible error codes from package creation using .NET SDK available for reference?

Thanks

Normal topic
Hi, On december 1st 2017, I have submitted a Pull Request on GitHub as I wanted to have my enhancement merged into the official SDK. After multiple tries to ask for a code…
Normal topic
According to the comment in this thread from the REST forum, Harris indicates that ESL turned off support for TLS 1.0 this week. This breaks…
Normal topic
Hi, Our customers are periodically getting the following error while trying to publish an approval: "Unauthorized Access We're sorry. Your session may have expired. Please try again. If you receive this message multiple times, please…
Normal topic

Good Morning guys,

My team and I have been working on this error for a few days now and we aren't sure why it is firing off. 
We found that a specific set of fields on the document are giving us this feedback…

Normal topic

Hello,

We are trying to sign document using API api/packages/{packageId}/documents/signed_documents and passing "handdrawn" string in request body.

We are using CAPTURE subtype while creating package as our…