Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics

Hello,

 

I try to install the version 11.41 of com.silanis.sdk

Hello,

 

Since yesterday, when we try to create a new package in Sandbox US1 using Java, we get this errors:

Hello,

In Java, I would like to add a new field where the signer should fill in a date (in a date format DD/MM/YYYY).

Replies Created

Reply to:

0 votes

Hello Duo,

 

Thanks for your answer. I have tried this.

What I did is:
At the time I received the COMPLETE status of the transaction, I executed below piece of code to download the Evidence Summary.

byte[] byteArray = eslClient.getPackageService().downloadEvidenceSummary(documentPackage.getId());
        File dir = new File (tempFolder);
        if (!dir.exists()) {
            dir.mkdir();
        }
        String zipFilePath = tempFolder + File.separator + prospect.getProspectId() + ".zip";
        Files.saveTo(byteArray, zipFilePath);
        
        List<String> documentNames = unzipFile(zipFilePath, tempFolder);


        if (CollectionUtils.isNotEmpty(documentNames)) {
            for (String documentName : documentNames) {
                saveAndTransferDocumnetToServer(prospectESignTransaction, prospect, documentName + "_Evidence", tempFolder, null); //my method do save in the database and transfer to another server
            }
        }
        FileUtils.deleteQuietly(dir);

 

Unfortunately, the method "saveAndTransferDocumnetToServer" was not executed, probably because the Collection was empty.

Could it be that I tried to download the Evidence Summary too fast, after the COMPLETE status of the transaction was received? Do I need to wait some time?

What do you think?

 

Thanks and Regards,

Michail


Reply to: Get Evidence Summary

0 votes

Hello Duo,

 

I would like to ask you one more thing.

As far as we know, the format pf the package id has changed in OneSpan since November 2018 (the new format of package id is ending with the equal sign "=").

If we try to retrieve an evidence file before November 2018 (with old format of package id), will it be possible? Or our request will be rejected?

 

Thanks and Regards,

Michail


Reply to: Different Email Templates

0 votes

Hello Duo,

 

I would like to have two completely different templates for the same account.

Would it be possible?

 

Best Regards,

Michail


Subscriptions

Topics Replies Freshness Views Users

Hello,

 

I try to install the version 11.41 of com.silanis.sdk

4 2 years 11 months ago 52
Profile picture for user Duo_Liang

Hello,

 

Since yesterday, when we try to create a new package in Sandbox US1 using Java, we get this errors:

20 2 years 10 months ago 1,552
Profile picture for user Duo_Liang

Hello,

In Java, I would like to add a new field where the signer should fill in a date (in a date format DD/MM/YYYY).

19 2 years 10 months ago 304
Profile picture for user Duo_Liang
6 2 years ago 138
Profile picture for user Duo_Liang
12 2 years 10 months ago 134
Profile picture for user Duo_Liang

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.