Definition File
A definition file for a web service, or WSDL (Web Service Definition Language), contains all the necessary information for a client application to connect to a Web Service and utilize its functionalities.
In LumisXP, the WSDLs can be accessed from the address of each Web Service, followed by "?wsdl". For example, for the Web Service of authentication, the WSDL can be obtained at the address:
http://<PORTAL_ADDRESS>/webservice/AuthenticationService?wsdl
List of webservices:
- AuthenticationService
WSDL URL: http://<PORTAL_ADDRESS>/webservice/AuthenticationService?wsdl
- UserService
WSDL URL: http://<PORTAL_ADDRESS>/webservice/UserService?wsdl