188 results matched your search criteria
Forum topic
OneSpan Sign
Hi Team,
I'm aware that there is "autocomplete":false in REST API which is used to enable the "Review Before Completion", I was wondering is there an equivalent way in Java SDK?
Forum topic
OneSpan Sign
Hi,
Could you please let me know how to download a attachment via JAVA SDK call when the package is complete?
Thanks
Wendy
Forum topic
OneSpan Sign
java.lang.NoSuchMethodError: org.apache.http.entity.StringEntity.(Ljava/lang/String;Ljava/nio/charset/Charset;)V
at com.silanis.esl.sdk.internal.RestClient.post(RestClient.java:98)
at com.silanis.esl.sdk.service.PackageService.createPackage(PackageService.java:52)
at com.silanis.esl.sdk.Esl
Forum topic
OneSpan Sign
Suddenly got these errors.
Could any tell me why?
thanks
13 Nov 2018 14:29:06,983 - ERROR - STDERR - Nov 13, 2018 2:29:06 PM com.silanis.awsng.web.rest.util.JacksonUtil deserialize
SEVERE: Failed to deserialize json string: {"messageKey":"error.validation.packageManagement.invalidState","message"
Forum topic
OneSpan Sign
Hello Team,
I face an issue, when in my application, I try to download the attached documents, which the customers have uploaded in One Span.
Actually it is not happening always, but it is quite often.
When the customer is uploading an attachment, after the signing of the contract, this attachment i
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.
Forum topic
OneSpan Sign
Hello,
We have been having troubles connecting to OneSpan Sandbox API.
Forum topic
OneSpan Sign
Hi ,
I am able to connect to Sandbox from my personal laptop, while connecting from my office getting connection refused, do we need to enable open any specific port or modify any firewall settings?
Could you please suggest?
Error log:
Caused by: org.apache.http.conn.HttpHostConnectExcept
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
Has anyone run into a Certificate chaining error when trying to make a call to createPackage? We are using IBM WebSphere BPM v8.5 and the eSignLive SDK 10.10.1, the certificate is installed in the Cell's defaultTrustStore, however,the eSignLive SDK call seems to ignore it.