223 results matched your search criteria
Forum topic
OneSpan Sign
Hi there,
Our team is finally ready to update to the newest version of eSignLive.
From what I remember, the url changes.
Right now we are using the version that is in "apps.e-signlive.com"
I think the new version is with the "esignlive.com" domain.
Are there any guides on how to make this trans
Forum topic
OneSpan Sign
Hey team,
I found the API call creating a package (or template ) on behalf of another user in your account in this documentation:
https://docs.esignlive.com/content/c_integrator_s_guide/rest_api/packages.htm#Create2
But there's no Java implementation. Any examples in Java SDK?
Thanks in advance!
Forum topic
OneSpan Sign
Hi, I created a console application (using .NET SDK) to retrieve field values and save them to a SharePoint list, but I would like to set it up to run whenever a package is completed. Would I use an Event Listener for this purpose?
Forum topic
OneSpan Sign
According to this page, field injection is for text field only. Is that still the case for Java SDK 11.0 which I'm using? We have forms that contain texts/radio buttons/drop-downs, etc.
http://docs.esignlive.com/content/c_integrator_s_guide/sdk/c_managing_documents/field_injection.htm
Forum topic
OneSpan Sign
I have downloaded the Apex SDK from GitHub that created bunch if apex class in the org and main SDK class named as OneSpanSDK. However, all of the example I see in the onespan community refers to EsignLiveSDK. Is there any difference between these two class?
Forum topic
OneSpan Sign
I have another question out about installing the Salesforce connector:
https://developer.esignlive.com/forums/topic/installing-salesforce-connector/
Once I get an answer there and get everything installed, is there a guide/resource for creating a new package?
Forum topic
OneSpan Sign
Hi,
I am using api key for authentication, retrieving template works fine but when i tried to create package it thrown 403 forbidden error.
We might be missing some settings on the account. Can you guide us
Thanks
Forum topic
OneSpan Sign
Hi,
I have looked at the REST API documentation (http://docs.e-signlive.com/mc/content/c_esignlive_integrator_s_guide/rest_api/packages.htm#) but it doesn't seem to have a REST API to retrieve a package from eSignLive say based on the package id
Can you please confirm on this and suggest alternate
Forum topic
OneSpan Sign
Hi,
My customer wants to be able to send the invitation mails for the signing ceremony from their own domain.
Forum topic
OneSpan Sign
I was trying to implement Call back service in Salesforce from One Span. I have implemented all the steps in Salesforce mentioned in Part 1, Part 2 and Part 3. But however when a transaction is completed in One Span my apex method is not being called. No logs as well.