493 results matched your search criteria
Forum topic
OneSpan Sign
Is there a way I can enforce in a microsoft word template that a user chooses one option from a Radio Group? I do not want to set a default value.
Forum topic
OneSpan Sign
I'm trying to use the One Span API to create a package from a template. In the list of api calls
https://community.onespan.com/products/onespan-sign/sandbox#/
I sese
Forum topic
OneSpan Sign
Hey!
I've used this codebase to put up a quick testing app: https://www.esignlive.com/blog/esignlive-how-to-creating-a-simple-php-web-application/
Unfortunately I am stuck for a day or so with a 400 error at this point:
POST /api/packages/A8e11I57ytWC1GHJzzphfLISw04=/documents/signed_docum
Forum topic
OneSpan Sign
I've grabbed a completion report and am looping through the packages to archive them.
I've tried the following:
RestClient client;
client = new RestClient("https://apps.e-signlive.com/api");
UrlTemplate template;
template = new UrlTemplate("https://apps.e-signlive.com/api");
St
Forum topic
OneSpan Sign
Hi Team,
We have SOAP/XML based implementation in place, and want to move to the REST APIs.
During the process,some module in our system would to prepare the Approval Blocks ( place holder for signatures)
and same document is handover to other module which sends this file to Silanis for E-Signing
Forum topic
OneSpan Sign
hello there,
I set up sandbox.esignlive.com with salesforce sandbox.
Using Apex sdk I am able to create package and sign it, but when other users from salesforce try to use apex sdk code they can create package in esignlive but they cant sign it.
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
Intelligent Adaptive Authentication
Hello,
I'm trying to enable Junos authentication against IAS server.
On juniper KB I found the following but I don't know how and where to apply it on IAS instance 3.23.
"...
Forum topic
OneSpan Sign
Is there any limit on the number of documents which we can upload to Eoriginal vault by specifying the vaulting_data.We are able to upload the documents upto 8 in a single transaction but when we try to upload more than 8, we are getting error from the OneSpan APIs.
Forum topic
OneSpan Sign
In the following piece of code I am inserting Check Buttons, thru a list of SignatureDetails. Here I am adding the entries to the DocumentBuilder documentBuilder = DocumentBuilder.NewDocumentNamed(document.FileName)