NOTE: this article applies to an older version of Docmosis Web Services. Please make sure you are using a version of the SDK that matches the version of the service you are using.
This Docmosis Cloud SDK (Java Edition) makes it easy to invoke API calls on Docmosis Cloud web service endpoints from a Java application.
The github project page for this SDK can be found at the following link:
Docmosis Cloud SDK DWS2 Java - Github
Maven users can find the latest release of this SDK at The Central Repository using the following link:
Docmosis Cloud SDK DWS2 Java - The Central Repository
You can add this SDK to your maven project by adding the following dependency to your pom.xml file:
<dependency> <groupId>com.docmosis</groupId> <artifactId>docmosis-cloud-dws2-sdk-java</artifactId> <version>1.X.X</version> </dependency>
Please be sure to replace 1.X.X with the latest version number of the DWS2 SDK.
Note: to run this SDK you require Java 1.6 or later and a DWS2 Docmosis Cloud account.