Authentication Service


Perform user authentication by username and password, and provide back a session token.
The session token must be used for authenticate the requests to the other web services.
To auhtenticate the requests to the other web services, clients must use WS-Security protocol using the Username Token Security. The UsernameToken must be composed by the username and the session token provided by this service.
Access to this service is not restricted.

The following operations are supported. For a formal definition, please review the Service Description.