You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

We declared SOAP as deprecated and therefore SOAP will not be included in versions after 21.76. Latest release including SOAP API for eSAW will be 21.76, released in spring 2022 and with the software maintenance on 21.76 until spring 2024. From now on, until discontinuation of SOAP API, the SOAP API will mainly remain as it is, new features will be available only via REST API. On Shared SaaS, the SOAP API will not be available after April 2022.
We recommend using our REST API for your integration and migrate existing projects. Please see also the migration guide.

API and Samplecode


The API is for developers, who want to integrate eSignAnyWhere into their application and for administrators, who want to script interactions with eSignAnyWhere (e.g. user synchronization).

Quick Overview: eSAW uses REST or SOAP (with JSON or XML) as API. We recommend the REST interface (see eSignAnyWhere_SampleCode , Hello World Tutorial, SOAP UI Tutorial, REST tutorial using Postman). The basic workflow is to upload a document (uploadTemporarySspFile) and then call sendEnvelope with a envelope configuration (for SOAP the Envelope XML). For more information about the envelope configuration please also have a look at the Beginner-Guide. The configuration consists out of the envelope part (workflow configuration) and for each recipient a definition and a signing configuration (workstep configuration). The workstep configuration is the description (as JSON for REST) of tasks for signer (e.g. Signature Fields, Form-Fields) and additional document configurations.

The easiest way to start is enabling the DeveloperMode for a user. As developer (and power user) you can send envelopes via eSignAnywhere in the UI and download the complete envelope configuration (including the workstep configurations). So eSAW can be a seen as configuration designer, where you can easily prepare the envelope configuration. After you downloaded the configuration you just have to replace the recipient information and configuration.


Resources

REST API Reference (Swagger)   | >= 3.1 |

https://demo.esignanywhere.net/Api

Migration Guide (REST Api) and Migration Guide - SOAP to REST
Tutorial: Hello World*visit Hello World Tutorial
REST tutorial using Postman* 
REST tutorial using SoapUI
visit Postman Tutorial
visit REST in SOAPUI Tutorial
Developer mode*visit developer mode

SOAP API Reference

visit SOAP API Reference (eSAW & Usermanagement)

The Envelope XML and WorkstepConfiguration XML

visit Envelope XML Guide

eSAW SOAP API endpoint

https://demo.esignanywhere.net/api.asmx

eSAW SOAP WSDL

https://demo.esignanywhere.net/api.asmx?WSDL

Usermanagement SOAP API endpoint

https://demo.esignanywhere.net/UserManagementApi.asmx

Usermanagement SOAP WSDL

https://demo.esignanywhere.net/UserManagementApi.asmx?WSDL

Tutorial: SoapUI (SOAP)

visit SoapUI Tutorial

Tutorial: Java Library Tutorial and Sample Code

visit Java Library Tutorial
Sample Code in C# and Java

Here you can find the C# sample: Download. (Deprecated sample code; using only old product feature set).


Here you can find the java sample: Download. (Contains example with REST, developed with JavaSE-12)

SignAnyWhere Viewer 2019

Redesign

visit SignAnyWhere Viewer 2019 Information
SignAnyWhere Viewer Extended Customizationvisit SignAnyWhere Viewer Extended Customization



Integration & Use Casesvisit Integration & Use Cases
Developer FAQvisit Developer FAQ
eSAW Error Codesvisit eSAW Error Codes

* Recommended

The User Guide, Signer Guide and Administration Guide (for on-premise customers) can be also helpful.

You can find additional information about callbacks, authorization and the eSAW API for SOAP on the following page: Api-Reference

  • No labels