Skip to content

Integration with SOAP services

Kamil Jarmusik edited this page Jun 27, 2023 · 4 revisions

1. In version 2.7.4.1 there will be a security corrected for SOAP services:

  • Access to the endpoint from wsdl is available without logged: /services/API?wsdl
  • Access to service operations requires Basic Auth, via Https.
  • A special soap-services user will be created with access only to SOAP services, you cannot login to the Application with it, user is disabled by default; (username: soap-services, default password: soap-services);

2. Integrate with SOAP services:

2.1. You need to generate the keys:

Configuration-of-HTTPS-communication-for-Tomcat

2.2. The last step is to enable the soap-services user, for this you need to log in to the Admin, go to the "Users" tab, find "soap-services" and uncheck the "disabled" box and then click "save".

3. Use SOAP services:

Address: https://localhost:8443/Scada-LTS/services/API?wsdl

The default password for soap-services user can be changed after logging in to the administrator, in the Users tab, find the soap-services user, enter the new password in the password field and click "save".

soap

Clone this wiki locally