Book Image

Oracle API Management 12c Implementation

Book Image

Oracle API Management 12c Implementation

Overview of this book

Table of Contents (19 chapters)
Oracle API Management 12c Implementation
Credits
Foreword
About the Author
Acknowledgments
About the Author
About the Author
Acknowledgments
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Using API Manager to work with JSON/REST-based APIs


In order to optimize the available services for mobile use, WBCV decided to implement a REST/JSON interface on its OSB proxy services. To do this, they made use of the REST adapter available in Oracle Service Bus 12c and JDeveloper 12c. Following are the steps they undertook to manage recently created REST APIs:

Tip

For details on creating REST APIs using Oracle Service Bus 12c, refer to the following documentation:

https://docs.oracle.com/middleware/1213/osb/develop/GUID-C346DF7D-041D-4E10-BE1C-451F50719106.htm#OSBDV89235

  1. By opening an OSB 12c project, a pipeline can be REST-enabled by simply right-clicking on it. Once this is done, it should look as follows:

  2. In the Project Navigator window, the REST API is shown as follows:

  3. Just as with the Subscriber soap based API, it is possible to select the API tab and configure the API as follows:

  4. As seen in the preceding diagram, there is nothing configured after creating the REST API. Also this API...