352 results matched your search criteria
Forum topic
OneSpan Sign
We receive the following error message if the package is signed by the one individual and not the other when we do a check status call.
Could not get signing status. Exception: The remote server returned an error: (404) Not Found.
Forum topic
OneSpan Sign
Hello,
How do you populate a field when creating a package from a template? I don't want to define the field location in my code. Instead I need to simply pass along the value that should appear in the correct location.
Forum topic
OneSpan Sign
What parameter can I use on a capture tag, to set the fromfile value to true.
I cannot find it anywhere. This is what I've tried, but it is not a valid parameter:
Forum topic
OneSpan Sign
Hi,
I am trying to create a document with editable field which user will fill it out. But I cant find how to do it.
Forum topic
OneSpan Sign
Hi, I am unable to create a package with the JAVA sdk for the attached document. I am getting an eslServerException with a technical message
Forum topic
OneSpan Sign
Hey guys,
I'm trying to put together the following flow:
Forum topic
OneSpan Sign
We would like to give the customer 15 days to sign the Document but then after they have signed to reset the Expiration Date to 90 days for us to counter-sign.
In our business, the signature for a customer signifies that we will begin building the Fiber from our location to the customer site.
Forum topic
OneSpan Sign
When we have a package that has two signers and one signer has completed signing and the other is still pending, when we perform a check status, we are getting the following error.
Could not get signing status. Exception: The remote server returned an error: (404) Not Found.
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 have registered http://xyz.com/dir/api/CallbackLog/Log as callback Url on account page.
I have also created API controller method
public static void Log(CallbackLogModel model)
{
.........
}
where model is JSON model I expect to be posted to the specified url.
Also based on your documentatio