37 results matched your search criteria
Forum topic
OneSpan Sign
I'm having trouble sending a PDF with text tags to the /api/packages endpoint. My PDF is sent as base-64 encoded, and that string is "pasted" into a document when it reaches my eSignLive account. I'd like for the string to be decoded, so that the new package contains a copy of my original PDF.
Forum topic
Mobile Security Suite
Dear,
I'm trying to run "Orchestration SDK" backend server but I faced an error as I can't find jar files that includes below libraries.
-com.vasco.dsapp.server.DSAPPServer;
-com.vasco.orchestration.server.OrchestrationSDKServer;
Forum topic
OneSpan Sign
I've noticed that HTML tags are removed instead of being encoded.
For example, the Signer opted out with a message:
Can't sign as there is a tag visible.
In the admin panel, there is a message:
Can't sign as there is a tag visible.
Which is wrong as it doesn't cont
Forum topic
OneSpan Sign
I tried creating package using json body and sending file content as base64 encoded string but I get this error {"messageKey":"error.validation.sendPackage.noApprovals","message":"Cannot send package without approvals.","code":400,"name":"Validation Error"}.
Forum topic
OneSpan Sign
I'm trying to get the Authentication token with the following code, however its return error "The remote server returned an error: (405) Method Not Allowed."
string url = "https://sandbox.esignlive.com/api/authenticationTokens";
string apiKey = "WXNKRk9vb*****************";
Forum topic
OneSpan Sign
Hello,
I am trying to fill PDF form and upload and then change status to SENT to publish it. But Status SENT is not working. I am facing issue with that. It give error "The requested URL returned error: 400 Bad Request".
I am able to fill PDF form and create a package with a draft in the account.
Forum topic
OneSpan Sign
Hello,
I am using PHP REST API.
First i create draft package, then upload form with data, and then publish it. But there is disclosure electronic signatures document get created.
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 Team ,
As suggested by you we are using single step package creation call where in package creation, doc upload and status sent happens at one go .For this we are using silanis provided java class.
This is wrking perfectly fine in all environments but when we moved to production , its giving conn
Forum topic
OneSpan Sign
Hi,
I am using spring boot rest template to create onespan package. I am trying to upload multiple files under key word "file" and json structure as "payload".
But I am getting 400 bad request. I have also checked whether the byte array is base64 encoded or not.