Topic Replies Freshness Views Users
Normal topic

Hi,

3 separate packages A, B and C are created via Java SDK,  I'd like to know if OneSpan can associate these three packages together based on a unique id and treat these three packages like a…

Normal topic

Hi 

What is length limitation for emailMessage for both package level and signer level in on-prem version 11.25 via JAVA SDK call? Is it 4000 characters?

Thanks

Wendy

Normal topic

Could you explain when access ability should be used and how to use it via JAVA SDK?

 

Thanks

 

Wendy

Normal topic

Hi

is it possible to do Enforcing capture signature via JAVA SDK? if yes, could you please show me the code sample?

 

Thanks

Wendy

 

Normal topic

Hi,

Is it possible to invite a sender throught JAVA SDK? If yes, how to do it?

Thanks,

Wendy

 

Normal topic

I'd like to know how to creae a groupID via JAVA SDK? BTW, I know how to create a groupID from sendUI.

 

Thanks,

Wendy

Hot topic

Hi,

     I have been looking through the Java SDK documentation on conditional fields (https://www.onespan.com/blog/onespan…

Normal topic
Hi, I need to insert an image as the signature. Is there a way to do that using sdk? Thanks Jay
Normal topic

Does OneSpan eSign support SAML-based authentication for Senders through 3rd party providers 

Normal topic

is it possible to update account owner firstname and lastname via JAVA SDK call? If yes, how to do it?

 

Thanks

 

Wendy

Normal topic
Hi Team, We are doing Auto Esign in our project .Since we are doing auto Esign IP address column is appearing as blank in evidence summary Audit trail table. Is it possible to insert our server IP address in Audit trail IP address…
Normal topic

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(…

Normal topic

Hi all,

What would you recommend to use for a production application, Java SDK version: 11.33 or API calls.

Am I asking this because checking and testing the SDK seems like sometimes it fails and it has some…

Normal topic

Hi all,

I am trying to implement SDK-11.33 to my current sprint boot application. But when I try to start the app I get the following issue: 

Caused by: java.lang.IllegalArgumentException: LoggerFactory is not a…

Normal topic

I create a package with three signers, could one signer be removed from this package via java SDK, if yes, when this signer can be removed?

Thanks

Wendy

Normal topic

Could you let me know what is the difference between e witness and evidence summary?

Thanks

Wendy

 

Normal topic

Is there a known issue with OneSpan and Safari, and is the workaround to have the signer use another browser other than Safari?

Normal topic

 

I need to disable the option to not send the mail to sign when I create the package from the java sdk, help please.

My version of sdk is 11.33

Normal topic

 

I would like to delete the default document that the package has when it is created, How can I do that?

My java SDK version is: 11.33

Normal topic

Hello,


As part of retrieving the signatory information for a DocumentPackage we are getting Errors if a particular Signatory(part of various signatories) has not completed the signing.


The…

Normal topic
When accessing a session URL, I can see that eSignLive returns a few 302s and the browser does some redirects. For whatever reason, Chrome cancels one of these redirects when it's in an iFrame (https://sandbox.e-signlive.com/packages/…
Normal topic

In the Audit Trail, when a signer accepts, in the "Other" column it has "Approval:" followed by a string. What is this string?

Thanks.

Hot topic

New Signer experience with local language support . Creation of templates in local language.

We have used Java SDK .

Please provide me JAVA…

Normal topic

We're having some issues with hiding documents from some signers.  It works for the most part, but we don't seem to be able to hide a document from a signer when they are also the sender of the package.  Is this intentional?…

Normal topic

Hi,

I would like to understand how do we retrieve signingUrl when we pass signerId as an email address. I am using below snippet 

eslClient.getPackageService().getSigningUrl(transactionId, userIdentifier);