8 results matched your search criteria
Forum topic
OneSpan Sign
Hello, I was able to create an URL Snippet to automatically create a package from a convention. However, in my use case, I would like the URL to create the package and automatically allow the signer to sign in person.
Forum topic
OneSpan Sign
Hi,
I am getting the following error while connecting URL and application.
ORA-29273: HTTP request failed.
Below is the code snippet:
UTL_HTTP.SET_WALLET('file:xxxxxx', 'xxxxx');
v_request := utl_http.begin_request('https://sandbox.esignlive.com/', 'POST', 'HTTP/1.1');
Forum topic
OneSpan Sign
Hi
I'm trying to update the STATUS from "DRAFT" to "SENT" but getting an error. Here is my snippet...
Forum topic
OneSpan Sign
We are exploring a solution to display signature blocks utilizing the Apex SDK based on the Signer’s time zone.
Forum topic
OneSpan Sign
I have a client who is calling the ReportService method of the SDK However, for a specific date, he is getting the below error:
Code snippet as below:
Console.WriteLine("Calling for Completed "); //between 14/3/2016 - 15/3/2016
report = eslClient.ReportService.DownloadCompletion
Forum topic
OneSpan Sign
Hello, I'm attempting to upload a PDF file using :
Upload a New Document through multipart/form-data
Based on this
Forum topic
OneSpan Sign
Hi,
I am trying to retrieve the signer authentication token to build the SignInUrl to be used in Iframe in our application, which we are working on.
I am trying to use the approach of creating SignerSession with Signer Authentication Tokens as per the below blogs
Forum topic
OneSpan Sign
Hi,
Just a little bit of background first on what my objective is:
We have a Web Application for Institutions used by their staff (brokers). The Application which creates legal forms with merged data in PDF. The final output is a combined set of legal forms with merged data from the back end.