Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel4
stylecircle


Info

Please consider the announced discontinuation of the SOAP API. The Java Library will not work after SOAP API is discontinued. There is no replacement of this library intended, as the recommendation for REST is to use e.g. Swagger Codegen or similar generators. With the upcoming REST API v6, the integration in Java will be even easier as we had a focus on compatibility with the OpenAPI Generator.


What the eSAW Java Library is, and what it isn’t

Info

Following eSAW Java Library uses SOAP service endpoints!


The eSAW Java Library is basically a sample code for Java and SOAP calls for the beginning integrating eSignAnyWhere with Java. It is a java library, consisting of java classes that helps java developers to integrate the eSAW API into their Java applications. It’s a wrapper over the API calls which are provided as SOAP service endpoints. The eSAW library also comes with a set of classes which provide methods to configure the API calls in a more comfortable way than direct XML manipulation.

...