Forums

Hi,

I am testing the field_validators_c#.cs code from your website but I am getting an error: {"Could not create a new package. Exception: Unexpected character encountered while parsing value: <. Path '', line 1, position 1."}    OneSpanSign.Sdk.OssException

The code runs successfully using my sandbox account with the following changes made:

Added

using OneSpanSign.Sdk;
using OneSpanSign.Sdk.Builder;

and removed

using Silanis.ESL.SDK;
using Silanis.ESL.SDK.Builder;

Used OssClient instead of EslClient.

Forums

Hi, 

I am using text tag extraction feature and adding signer dynamically and without adding approval code was working fine. But now it is breaking and throwing error  Could not send the package. Exception: The remote server returned an error: (400) Bad Request. HTTP POST on URI https://sandbox.esignlive.com/api/packages/GMIDN3a4cS_vsgPlT2__X8vjRL4=. Optional details: {"messageKey":"error.validation.sendPackage.noApprovals","message":"Cannot send package without approvals.","code":400,"name":"Validation Error"}.

Forums

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

Trying to instantiate accountService causes CS1729 'AccountService' does not contain a constructer that takes 0 arguments. There is no info in Object browser indicating what are possible constructors for "AccountService" class.

Forums

We have integrated with OneSpan using your .Net SDK (version 11.12.0.0 ).  We are experiencing a scenario where we have a transaction has 1 document, 1 recipient and 1 attachment request.  The document is signed and the user uploads an attachment.  The sender rejects the attachment.  If the sender then tries to edit the transaction, we are getting the following error: