135 results matched your search criteria
Forum topic
OneSpan Sign
When I use the .NET SDK version 11.5, I'm have a problems getting the signerId of package signers.
What I want to do is this:
call the eslClient.GetPackage(packageId) method to get information about an existing package
get an authorization token, by SignerId, for a signer from
Forum topic
OneSpan Sign
I have a controller method
public List GetPackageTransactions(string packageId) // packageId = "660bd4f9-d090-4233-9fec-d176404e1871"
{
PackageId pid = new Silanis.ESL.SDK.PackageId(packageId);
List list = eslClient.AuditService.GetAudit(pid);
Forum topic
OneSpan Sign
While attempting to upload a document to a package via the following call: https://sandbox.esignlive.ca/api/packages/9uPhYzkvKRJXmdxv4Bje_7gz9Ls=/documents
I am presented with the following error:
POST https://sandbox.e-signlive.ca/api/packages/9uPhYzkvKRJXmdxv4Bje_7gz9Ls=/documen
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
This question is related to an older forum item (My Account - Signature | OneSpan Community Platform)
Forum topic
Intelligent Adaptive Authentication
Hi,
I am getting following error while trying to update the expiry date of a package
Forum topic
OneSpan Sign
We keep the byte info of a PDF in our database (BLOB).
Forum topic
OneSpan Sign
Hello,
This was working yesterday, and now I'm getting the following error. There haven't been any code changes on our end.
Using .NET SDK version 11.0.0.
Could not upload document to package. Exception: The remote server returned an error: (500) Internal Server Error.
Forum topic
OneSpan Sign
Can we remove "sandbox" watermark when we download individual files from sandbox environment
Background: Im trying to download the pdf files uploaded to sandbox environment and that file will used internally for processing
Forum topic
OneSpan Sign
Hi,
Is there any limit for emailMessage content text?
I have a script generating list of items and it can become quite long. In one testing case it was 4k characters long and I got the 500 Internal Server Error on package clone.