231 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
Hello!
I seem to be getting a 500 when I try to upload a new document.
Forum topic
OneSpan Sign
Hi,
I get 400 error code.
I have the sample code below:package RestAPI;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.net.Htt
Forum topic
OneSpan Sign
Hi, I'm trying to follow the example https://developer.esignlive.com/guides/quick-start/creating-and-sending-a-package-rest/ however there seems to be conflicting information between the required fields listed there and the ones listed on the YAML.
Forum topic
OneSpan Sign
POST /account/senders/{senderUid}/resetpassword
I'm using the above with the REST API to attempt to reset passwords for senders in an account.
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 trying to interface with OneSpan Sign using the REST API. I am using the LotusScript language on a HCL Notes / Domino platform.
Forum topic
OneSpan Sign
Hello, I am getting the following response, and I believe that I am sending the correct data.
I will copy here the request I am making
request:
{ debugId: 1,
uri: 'https://sandbox.esignlive.com/api/packages/oGGmH-MrSdWrf3hPBMirqiiCgG8=/documents/b98bb1fa64f49dc9003b230c401426c9cf86be
Forum topic
OneSpan Sign
During the development of a small PoC, we have hit an exception in one of the REST calls that we are not able to resolve. What we are trying to do is the following:
1. Clone an existing template with one document and signature configured.
Forum topic
OneSpan Sign
Hi
I'm trying to update the STATUS from "DRAFT" to "SENT" but getting an error. Here is my snippet...