-
Notifications
You must be signed in to change notification settings - Fork 292
Integration with SOAP services
Kamil Jarmusik edited this page Jun 27, 2023
·
4 revisions
- 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);
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".
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".