286 results matched your search criteria
Forum topic
OneSpan Sign
Hi Duo, I keep getting Unsupported Media type error below:
{"code":415,"messageKey":"http.status.415","message":"Unsupported Media Type","name":"Unsupported Media Type"}
POST {{TheHost}}/api/packages/CsilES9ZX4XpSucsL-s7t3bFQp8=/bulk_send
Content-Type text/csv
Forum topic
OneSpan Sign
Hi!
When sending some eSignLive packages (.NET SDK), here is the error message I receive for some of the packages I send (it works for others :-S)
What does it mean that my document could not be flattened ?
Forum topic
OneSpan Sign
Hi,
In the CA sandbox environment we ran into the following error when uploading a package using the .NET SDK. The package had multiple signers with the same email address. As OneSpan now supports signers with the same email, we were not expecting to get any errors.
Forum topic
OneSpan Sign
I need to have a way to enter the url like https://sandbox.esignlive.com/packages/ab854149-bd9c-4c80-89e0-3a6012c23659 and using single sign on be instantly put into that document packages edit screen using your web interface.
Forum topic
OneSpan Sign
Hi there,
I'm using the .NET integration guide found here to create a package:
https://docs.esignlive.com/content/c_integrator_s_guide/sdk/a_introduction/getting_started_with_sdks.htm#Creating_Your_First_Document_Package
When running this portion of the sample code I get the error below:
PackageI
Forum topic
OneSpan Sign
I am trying to run a simple application which does not do much. It simply attempts to wrap a sample PDF around an e signature and the error I get is
Silanis.ESL.SDK.EslServerException
HResult=0x80131500
Message=Could not send the package.
Forum topic
OneSpan Sign
I'm trying to send a new document in a package that has the status: Draft
But I get the error response
Forum topic
OneSpan Sign
I believe this is a change introduced with SaaS 2024-October: Release 24.R6 (11.60). Now when we create a package using: POST https://sandbox.esignlive.com/api/packages
Forum topic
OneSpan Sign
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.internal.EslServerException: Could not create a new package Exce
Forum topic
OneSpan Sign
Hi,
I am using spring boot rest template to create onespan package. I am trying to upload multiple files under key word "file" and json structure as "payload".
But I am getting 400 bad request. I have also checked whether the byte array is base64 encoded or not.