545 results matched your search criteria
Forum topic
OneSpan Sign
Hi team,
One of our client is asking about this feature, which was used to be available in Classic Sender UI, while not yet implemented in New Sender Portal. Client is using Java SDK, so is it supported in Java SDK?
Forum topic
OneSpan Sign
I have downloaded the Apex SDK from GitHub that created bunch if apex class in the org and main SDK class named as OneSpanSDK. However, all of the example I see in the onespan community refers to EsignLiveSDK. Is there any difference between these two class?
Forum topic
OneSpan Sign
Hi
I am trying to use notifySigner via Java SDK, how can I use the below method, what is groupId? how can I create/get groupId via SDK java.
eslClient.getPackageService().notifySigner( packageId, groupId );
Thanks
Wendy
Forum topic
OneSpan Sign
Hi,
When we integrate Silanis.ESL.SDK with CRM online, we face issue with JsonConvert.DeserializeObject and JsonConvert.SerializeObject . Inside Sililanis.ESl.SDK both Serialize and deserialize is been used but both are not working.
Forum topic
OneSpan Sign
Error message:
Could not create a new package.
Forum topic
OneSpan Sign
Hello,
I want to download document which is attached to package. I have package Id.
String response = sdk.createPackage(pkg,blobMap);
This above function is returning me package id. But not able to find any function which returns me document id based on document Name.
Forum topic
OneSpan Sign
Sorry for all the different posts, but I thought it'd be better to have each question separately so they're easier to search.
Another thing I'm going to need to use is to get the Audit information like in the evidence summary PDF I can download, only the listing of events from the SDK.
Forum topic
OneSpan Sign
Hello,
I am looking through the Java SDK for a way to programmatically lock a signer, I've attempted to use the PackageService.updateSigner() method but found that it won't update the locked flag on the sender object.
Forum topic
OneSpan Sign
How do I move this logs from catalina.out to a different file? Also, are they logs generated by System.out.println?
Jul 22, 2021 9:36:33 AM com.silanis.esl.sdk.internal.Support logRequest
Jul 22, 2021 9:36:33 AM com.silanis.esl.sdk.internal.Support logResponse
Forum topic
OneSpan Sign
Hi,
How can i use SDK to set multiple signature block on the same document for a single signer and the values to be passed dynamically.
I have a list of coordinates which specify the position and size of my signature block for a single signer on a single document.