docusign-esign-java-client
docusign-esign-java-client copied to clipboard
The Official DocuSign Java Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
I'm trying to send an envelope created from a template in my account. But, I'm always getting the response: HTTP Unauthorized 401 `{"errorCode":"PARTNER_AUTHENTICATION_FAILED","message":"The specified Integrator Key was not found or...
What are the various ways of sending an envelope with SMS using Docusign Java client? I am aware of the `setAdditionalNotifications()` method in `com.docusign.esign.model.Signer` class. In which I can assign...
i want to call the api with specified timeout, can i do it? or is there a default value for timeout?
Hi Everyone, I came to notice, that the current Java Client is not thread safe for a couple of reasons: * It uses classes that do not support concurrency and...
While looking at **com.docusign.esign.model.Envelope::getStatus**, we found ``` @ApiModelProperty(example = "null", value = "Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. *created...
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.1 to 2.13.4.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
## Description of the problem When the java sdk client is used in a war deployed on JBoss EAP, a classloader leak occurs after a cycle of deployment/undeployment. In the...
In ApiClient.java Following codes are being executed every time the API Client is created. `System.setProperty("https.protocols", "TLSv1.2");` and `HttpsURLConnection.setDefaultSSLSocketFactory(ctx.getSocketFactory());` This is not the right approach for the reasons 1. A client...
As the title says, all classes under the `com.docusign.esign.model` should implement `java.io.Serializable`