Raritan Computer CC-WSAPI-0B-v5.1.0-E Marine Radio User Manual


 
Chapter 2: API Definitions
8
Services
getSystemInfo
Retrieve information about the CC-SG.
parameters
String sessionID
return value
SystemInfo
Authentication and Authorization Services
This set of services is for logging into and out of CC-SG.
http://CC_IP_ADDRESS:8080/CommandCenterWebServices/Au
thenticationAndAuthorizationServicePort?wsdl
Data Types
AuthenticationAndAuthorizationException
Exception returned for all errors specific to authentication and
authorization.
signOn()
This operation is used to login to CC-SG and authenticate with the CC-
SG user database or an external database. This is the first method which
should be used once a SSL/TLS session has been established. This
operation achieves a SSO (Single Sign On) effect. The WS-API can
continue to make requests without signing in again. The signon is used
to authenticate any user credentials that is using the WS-API client as a
proxy.
parameters
String username - user name logging into the WS-API client
String password - associated password of the username being
used by the WS-API client.
return value
String sessionID