Skip Headers
Oracle® Communications Services Gatekeeper Partner Relationship Management Guide
Release 5.0

Part Number E16618-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

9 Operator Login

The Operator Login Web Service is provided for backwards compatibility only. The current implement of PRM is sessionless.

Interface: OpLogin

The endpoint for this interface is: http://<host>:<port>/prm_op/services/OpLogin

Where the value of host and port depend on the Oracle Communications Services Gatekeeper deployment.

login (Deprecated. For backwards-compatibility only)

Used by a CRM/PRM application to login and retrieve a loginTicket that servers as an identifier when the Operator part of the Partner Relationship Management interface is used.

Table 9-1 login(operatorId, password)

Parameter Name Type Description

operatorId

xsd:string

Input parameter. The ID of operator account. This account is created using the Services Gatekeeper Administration console extension.

password

xsd:string

Input parameter. The password associated with the password.

loginReturn

xsd:string

Return parameter. A loginTicket used to identify the login session. This ticket shall be supplied in the SOAP header for each method invocation.

ACCESS_DENIED

N/A

Exception

CommonException

N/A

Exception


logout (Deprecated. For backwards-compatibility only)

Used by a CRM/PRM application to logout and destroy the login session and the corresponding loginTicket

Table 9-2 logout(loginTicket)

Parameter Name Type Description

loginTicket

xsd:string

Input parameter. The loginTicket retrieved when logging in.

logoutReturn

void

Return parameter.

ACCESS_DENIED

N/A

Exception

CommonException

N/A

Exception


Exceptions

These exceptions are thrown by this interface.

ACCESS_DENIED

Exceptions of this type are raised when access to the method is denied.

CommonException

This exception is raised when the login session has expired or there are communication problems with the underlying platform.

Complex data types

There are no complex data types.