JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Identity Analytics API Guide 11g Release 1
search filter icon
search icon

Document Information

Preface

1.  User Service

2.  Role Service

3.  Business Unit Service

Overview

WSDL Access

API Reference

Add Roles to a Business Unit

Method Signature

Request Parameter

Response

Exception

Remove Roles From a Business Unit

Method Signature

Request Parameters

Response

Exception

Add Users to a Business Unit

Method Signature

Request Parameters

Response

Exception

Remove Users From a Business Unit

Method Signature

Request Parameter

Response

Exception

Get Parent Business Structure for a Business Unit

Method Signature

Request Parameter

Response

Exception

Get Children of a Business Unit

Method Signature

Request Parameter

Response

Exception

Update Business Unit

Method Signature

Request Parameter

Response

Exception

4.  Identity Audit Service

5.  Web Service Exception Handling

WSDL Access

WSDL stands for Web Services Description Language. It is an XML format that describes web services as a set of endpoints operating on messages, and that contains information on how to access them. It specifies the location of each service and the operations (or methods) the service exposes.

Use the following to access the Business Unit Service WSDL through a browser:

http://server-name:port-number/rbacx/ws/businessUnitService?wsdl

where server-name is the IP address or alias of the server on which Oracle Identity Analytics is running, and port-number is the port number of the application server that is listening to Oracle Identity Analytics calls.

Example:

http://localhost:8081/rbacx/ws/businessUnitService?wsdl

In the previous example, localhost is the server name, and 8081 is the port number of the application server.