# SWS SaaS service requires no installation.

## Table of Contents

- [Introduction](#introduction)
- [Configuration](#configuration)


# Introduction

SWS SaaS service requires no installation.

Each customer has a dedicated endpoint to sign documents.
The customer can choose a specific performance class based on bandwidth and throughput (contact a sales account in order to know the classes and related rates).

# Configuration

SWS SaaS requires a specific SSL CCA certificate to establish secure connection between your client application and your dedicated virtual host.

You can find an example of FQDN below:


```
sws-COMPANYNAMEsaas.test.namirialtsp.com
```

where COMPANYNAME will be replaced with your company name.

br
In the **TEST** environment the endpoint is: [sws-COMPANYNAMEsaas.test.namirialtsp.com](http://sws-companynamesaas.test.namirialtsp.com/)

The certificate to use for authentication in TEST environment can be found here [SWS_SAAS_TEST_JKS ](https://namirial.atlassian.net/wiki/download/attachments/95617065/TEST_SWS_SaaS.zip?version=4&modificationDate=1720453111798&cacheVersion=1&api=v2)

br
If you want to use the SOAP interface then the signing endpoint will be:


```
https://sws-COMPANYNAMEsaas.test.namirialtsp.com/SignEngineWeb/sign-service
```

If you want to use the REST interface then the signing endpoint will be:


```
https://sws-COMPANYNAMEsaas.test.namirialtsp.com/SignEngineWeb/rest/sign
```

br
The SSL CCA certificate is delivered by mail in a zip protected by password.
This password is delivered by SMS to the customer.

br
You can find how to configure SSL certificate on SoapUI at this [link](https://namirial.atlassian.net/wiki/spaces/SWS/pages/95617065)

You can find how to configure SSL certificate on Postman at this [link](https://namirial.atlassian.net/wiki/spaces/SWS/pages/95617087)