# Introduzione

### Scopo del documento

Queste pagine di documentazione sono dedicate agli sviluppatori di applicativi all'interno dei sistemi informativi degli Enti utilizzatori della piattaforma software **eCS** che necessitano di realizzare integrazioni per i servizi e/o le funzionalità abilitate presso l'Ente.

Per realizzare tali funzionalità, **eCS** espone delle API di tipo SOAP (denominate "WSCI") e permette quindi di essere facilmente integrabile in qualsiasi applicativo esistente.

### Ambiente di test

{% hint style="info" %}
Per l'accesso all'ambiente di test è necessario avere già un certificato valido rilasciato.

Inoltre, l'accesso all'ambiente di prova potrebbe essere attivo solo in determinati orari.&#x20;
{% endhint %}

#### Ambiente di test per installazioni Cloud-PA (eCS)

E’ disponibile un ambiente di prova all’indirizzo: <https://wis01.dev.ecs.coelda.com/ecs-stable/wsci.asmx>

Il WSDL è disponibile all’indirizzo: <https://wis01.dev.ecs.coelda.com/ecs-stable/wsci.asmx?WSDL>

#### Ambiente di test per installazioni on-Premise (GICNet) *(DEPRECATO)*

E’ disponibile un ambiente di prova all’indirizzo: <https://gicnet.dev.coelda.com/wsci/wsci.asmx>

Il WSDL è disponibile all’indirizzo: <https://gicnet.dev.coelda.com/wsci/wsci.asmx?WSDL>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://apidocs.coelda.it/overview/introduzione.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
