9 results matched your search criteria
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 All,
Any one have an idea , how to integrate the esign live with Oracle Database(PL/SQL)). I have searched and not able to find anything on this.
Regards
Mathew
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 CreatePackage and upload using Rest APIs.
Below is my JSON String and attached is the PDF. This used to work in may 2017. Now the PDF file is getting flattened ignoring signature blocks.
Are there any changes post may 2017 for JSON payout for CreatePackage and Upload.
Forum topic
OneSpan Sign
Getting the below error while adding the attachment in esign in Oracle(Production instance)
ORA-22288: file or LOB operation FILEOPEN failed
Permission denied
While testing in non prod instances, no such error occurred.
Kindly assist as soon as possible.
Forum topic
OneSpan Sign
PL SQL send pdf file via rest api
Getting below error while trying to send pdf file via rest api using Oracle utl_http
Response> Status Code: 500
Response> Reason Phrase: Internal Server Error
Response> HTTP Version: HTTP/1.1
Forum topic
OneSpan Sign
Currently on an older version of Silanis/OneSpan for an Oracle based Financial System, and thinking about making a move to a different digital signature solution. One of the challenge I see is validating documents and requests that were signed with the existing OneSpan/Digital Signature solution..
Forum topic
OneSpan Sign
Hi Haris,
Signature blocks are not shown for the payload shown below against attached document.
Attached is the Sample.pdf and request payload as below.
Forum topic
OneSpan Sign
Hi
I am trying to use REST Web service for Integration using Java. So i have pulled the "CreateAndSendPackageREST.java" from Developer Blog and updated the .PDF file location
and executed the program. It has given the below SSL Error.