Quick Start

Set up your environment and use the Oracle Web Services Manager (OWSM) REST APIs to set domain-level configuration properties, manage token issuer trust documents and to work with policies and policy sets such as viewing, attaching, detaching, editing and overriding policies and policy sets.

Prerequisites

Prerequisite More Information
Install cURL Use cURL
Set up authentication Authenticate
Install Oracle Web Services Manager with Oracle WebLogic Server See Installing and Configuring the Oracle Fusion Middleware Infrastructure
Configure Oracle Web Services Manager with Oracle WebLogic Server, to use a domain-wide administration port, modify the default user, and share OWSM Policy Managers between WebLogic Server domains. See Using Oracle Web Services Manager with Oracle WebLogic Server in Securing Web Services and Managing Policies with Oracle Web Services Manager

Task 1: Obtain Account Information

The user name and password for the default WebLogic Administrator account that you specified during WebLogic Server domain configuration. See Configuring the Administrator Account in Installing and Configuring the Oracle Fusion Middleware Infrastructure

Task 2: Send a Request

After you set up your REST client, you can send a request to ensure that your connection works. For example, suppose you want to view the Oracle Web Services Manager domain configuration. You can use the following request:

http(s)://host:port/wsm-pmrest/v2/configuration

Example:

curl -i -X GET -u Smith:Password -H Content-type:application/json http://myhost:7001/wsm-pmrest/v2/configuration

If the request is successful, then you should receive a 200 response.