Account

Social


Earned badges

Achievement: Latest Unlocked

Topic Started

This user has not created any forum posts.

Replies Created

0 votes
With REST, you'd do something like this:
HttpClient myClient = new HttpClient();
myClient.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Basic", apiKey);
myClient.DefaultRequestHeaders.Add("Accept", "application/json,application/zip,text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8");
string content = "{\"status\":\"COMPLETED\"}";
StringContent json = new StringContent(content, Encoding.UTF8, "application/json");
var response = myClient.PostAsync(new Uri(apiUrl + "/packages/" + packageId + "?"), json).Result;
Hope this helps.

Reply to: Sample Application

0 votes
Hey Rex, There is a sample application that was created by our Professional Services team that they maintain out in bitbucket. Here is the link to that project: https://bitbucket.org/strudeau-silanis/sample-insurance-application Hopefully this gets you what you need.

Reply to: InjectedField

0 votes
Do you have a form field, in your PDF, named "Form Data"? Let me know. I don't see anything wrong with the code, at first glance. I've used this feature with the Java SDK, but not the .NET SDK, yet. Let me know on the question above, along with what version of the SDK you're using, and I'll try it out with .NET/C#.

Reply to: InjectedField

0 votes
So, removing .WithPositionExtracted() made it work? I'll have to set it up and test. Is this the same with the latest version of the SDK? You can access this field, directly from the document, even if it's not available from the FieldSummaryService. As for the question about the benefit, I guess it would probably be the ability to access the value from the e-SignLive document using the API/SDK (along with not having to use another API, if you're not already using it). If you populated the form with iTextSharp prior to loading it into e-SignLive, I don't know if this form field would be flattened, if not extracted with e-SignLive. I'd have to look into this, as well. I'll set this up to test, right now.

Subscriptions

Topics Replies Freshness Views Users

Can we get access to the Laserfiche Connector for a customer. The latest version we have is from May of last year and listed as a beta 1.

 

Thanks!

2 2 years 10 months ago 141
Profile picture for user mwilliams

We want to integrate Pega 8.3. with One Span E signature. Actually, we tried to configured in SandBox with POC proposal. 

I am following a QuickGuide on Web: 

6 3 years 9 months ago 153
Profile picture for user mwilliams

Is it possible to use a signature pad with written signature using the OneSpan web site? The examples I have seen are all click-to-sign. Any Java code examples you can point me to?

 

14 3 years 10 months ago 354
Profile picture for user Duo_Liang
Profile picture for user mwilliams
Hi, We are using rest api to integrate onespan and thus creating packages using code. However, we are getting the following error response when we are sending the package for signature {"code":500,
4 4 years 8 months ago 271
Profile picture for user Duo_Liang
Profile picture for user mwilliams
Guys, I sent this to support yesterday but have not heard back from them as of yet.
8 4 years 10 months ago 42
Profile picture for user Ryan_Coleman
Profile picture for user Duo_Liang

Code Share

Documentation for the eSignLive for Nintex SharePoint Community Connector
  • Connector
  • Nintex Workflow
  • Community Connector
26 views
56 downloads

eSignLive for Nintex SharePoint

Submitted on
Get the eSignLive for Nintex SharePoint Community Connector to use eSignLive in your Nintex Workflows.
  • Connector
  • Nintex Workflow
  • Community Connector
461 views
40 downloads
Installation Guide and User Guide for the OneSpan Sign for Nintex SharePoint 2013 v2 connector
  • SharePoint
  • Nintex Workflow
21 views
8 downloads

Mobile Security Suite SDKs

Submitted on
This download contains the assortment of SDKs provided as part of the OneSpan Mobile Security Suite.
  • SDK
  • Orchestration
  • Image Generator
  • Image Scanner
  • notification
  • Utilities
2,355 views
719 downloads

Subscriptions Release Notes

This user is not subscribed to any release notes.