General Service
Provides general information and services about the system.
Access to this service is not restricted.
The following operations are supported. For a formal definition, please review the Service Description.
-
GetAuthenticationMode
Provides the actual authentication mode to be used to authenticate on the web services.
In both cases, client must call authentication method on the AuthenticationService to obtain the session token. In case of kerberos authentication, CHAP authentication methods are nota vailable, and the password should be left empty during the call to the Authenticate() method.Output message Authentication mode - usernamePassword: authentication must be done providing username and password.
- kerberos: authentication must be done using kerberos.
-
GetAvailableLanguages
Provides the available languages.Output message Available languages The available languages. -
GetInfo
Provides all general application settings.Output message Infos The application infos. -
GetRememberPasswordEnabled
Provides whether remember password is enabled or not.Output message True if remember password is enabled False otherwise. -
GetUniqueName
Provides the unique application instance name.Output message Unique name The unique application instance name. -
GetVersion
Provides the application version.Output message Version The application version. -
GetWebApplicationUrl
Provides the root url of the web application.Output message Url The web application url.