This document provides steps to build a RESTful service using Oracle ADF Business Components (ADFBC). It describes how to create an ADF Fusion Web Application, connect to a database, generate business components and Java classes, add a custom method to invoke an Oracle API, create a REST resource, and test the RESTful service using Postman. The key steps are: 1) generating ADFBCs from tables, 2) adding a custom method to call an Oracle API, 3) creating a REST resource exposing the custom method, and 4) invoking the REST service using Postman to successfully process a transaction by calling the Oracle API.