42 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
HI everyone during my integration I got stuck with this error> I wanted to create a package upload a file and add signatories.
Forum topic
Intelligent Adaptive Authentication
Dear Team,
I have added ntp record to IAS server, but time is not synchronized with ntp server.
from firewall logs, i couldn't find any blocking on ntp port.
from IAS logs, we have got below error:
Forum topic
OneSpan Sign
Question asked by a customer:
Does ESL Print Driver work with a Web Proxy? We use a web proxy to filter out bad web sites when connecting to external sites (not to be confused with their proxy product). Is there a way to configure the driver with a Web Proxy address and port?
Forum topic
OneSpan Sign
I am looking for a place to store a signer's role. The idea here is we can store an attribute against a signer that allows us to find the proper signer based on some role in our workflow.
Forum topic
OneSpan Sign
We need to retrieve the document associated data using the SDK.
Forum topic
OneSpan Sign
Our client is receiving the above error message when trying to send a package. We are not creating and sending a CustomID, so not sure what the problem is.
Forum topic
OneSpan Sign
When using attached javascript code to create and upload document 1 step below error is thrown:
Forum topic
OneSpan Sign
Hi there.
What I'm trying to do is specify the sender of a package to be [email protected]. Our main account owner is [email protected]. No matter how I update my JSON, the package sender is still [email protected].
Here is my pertinent JSON package
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