255 results matched your search criteria
Forum topic
OneSpan Sign
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.
Forum topic
OneSpan Sign
Hello,
I am not sure if this is an issue with the APEX SDK, REST API, or bug in eSignLive. We are using the APEX SDK to create the package + documents in one call from a custom Salesforce page.
Forum topic
OneSpan Sign
Use the .NET sample code https://developer.esignlive.com/guides/feature-guides/document-extraction/
to generate eSign. The field name is [Client1.Capture1] with field type is 'Signature' in PDF file.
But get error message
Silanis.ESL.SDK.EslServerException: Could not send the package.
Forum topic
OneSpan Sign
Hi,
We are facing continuous issues while doing the bulk sign process, below are the error messages it is throwing to us
Error 1 :
Silanis.ESL.SDK.EslServerException: Could not create a signer authentication token.
Forum topic
OneSpan Sign
When I create package via SDK, I got between errors:
1; when I set sms cellphone=64939837
Forum topic
OneSpan Sign
Hi all,
I'm trying to get to the bottom of an issue that is occurring with some of our PDF uploads (using multipart/form-data).
Forum topic
OneSpan Sign
Reposting from the .Net SDK channel
Issue:
It seems the issue is because eSignLive is anticipating that the ‘Id’ of the group is the GUID that identifies
Forum topic
OneSpan Sign
We keep the byte info of a PDF in our database (BLOB).
Forum topic
OneSpan Sign
When I'm adding a drop list field, I'm getting error: error.validation.field.ListWithInvalidDefaultValue
Here is the code
fieldBuilder = FieldBuilder.DropList();
foreach (OptionValue optionValue in formField.OptionValues)
{