Quick Start

Set up your environment and create your first instance using the OIPA REST API by performing the following tasks:

Setting up Environment

For more information on setting up the Service Layer environment and for creating users, refer to the following guides listed under OIPA Service Layer:

  • WebLogic Installation and Security

  • WebSphere Installation and Security

Executing a Web Service

You may use any tool available, such as a browser or a third-party tool such as POSTMAN to access the OIPA REST APIs. To execute an API, the following name-value pairs are mandatory in the Request header:

  • Accept: application/json
  • Content-Type: application/json
  • Authentication: User Name and Password as configured when setting up your Service Layer environment.