Where to Begin
Step 1: Install and configure Primavera Gateway for the API
As a prerequisite to using the API, you will need to install Primavera Gateway, configure a user with the appropriate security access in the WebLogic application server and in the application. Oracle Web Services Manager (OWSM) must be set up and enabled before you can use the APIs to connect to Primavera Gateway.
Step 2: Decide on a client technology
Decide on the client technology that you will use with Primavera Gateway to invoke REST style services. Java and JavaScript are examples of technologies that can invoke REST style services to interact with the Primavera Gateway API.
Step 3: Use the API to interact with Primavera Gateway
This step involves interacting with the API using the following URL patterns to send requests to the API.
Basic Authentication:
http://<hostName>:<portNumber>/pdi/restapi/v1/<service>
SSL Authentication:
https://<hostName>:<portNumber>/pdi/restapi/v1/<service>
Generally, calls to the API will follow a sequence similar to the following sequence:
Sample Java Code that Invokes the API
Legal Notices
Copyright © 2013, 2015,
Oracle and/or its affiliates. All rights reserved.
Last Published Wednesday, March 25, 2015