4053 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
thanks Haris for your input, my next step is to simulate the workflow and working on a POC using SOAPUI ( a freeware I use to test REST services ).
The workflow is straight forward:
1. Create a Package and Send the PDF . Read the Response PackageId
2.
Forum topic
OneSpan Sign
MS word has several different techniques for fields (content fields, bookmarks, and form fields). I’m not sure which technique I should be using and what are general best practices for setting up word templates. Is there any advice on this?
Forum topic
OneSpan Sign
I already have created the package and now want to add documents to it. I have file data in a byte array from the database. How do I add a document to the package with the byte array?
Thanks
Colleen
Forum topic
OneSpan Sign
It would be nice if there was a way for the document owner to view (read-only of course) the document exactly as the signer sees it.
Our layout on the document is not visible to us, but is visible to the signer/customer.
Forum topic
OneSpan Sign
When I log into e-SignLive, I don't see the groups tab. I'm trying to set up group signing, like shown here:
http://docs.e-signlive.com/doku.php?id=esl:help:groups_and_delegate_access
Forum topic
OneSpan Sign
We are trying to add signers to the package that was already sent through the API and keep getting the following exception:
com.silanis.esl.sdk.internal.EslServerException: Could not add signer.
Forum topic
OneSpan Sign
Hi,
I am currently running into an issue with utilizing X/Y coordinates to position signature tags for documents in eSignLive.
Forum topic
OneSpan Sign
Hello,
I want to download document which is attached to package. I have package Id.
String response = sdk.createPackage(pkg,blobMap);
This above function is returning me package id. But not able to find any function which returns me document id based on document Name.
Forum topic
OneSpan Sign
First off, this is a very welcome addition to the integration options available. I've been struggling using the REST API directly from my Force.com app.
Are there any examples on how to create a simple package, like there are with the other SDKs?
Forum topic
OneSpan Sign
Is there an example somewhere showing how to set up delegate access with the APEX SDK?
KB