Understanding Managing REST Services

As non-REST services are used to logically group a set of non-REST service operations, REST services are used to logically group a set of REST service operations.

For example, if you have a number of REST service operations that are related to customers, such as those pertaining to customer information, adding customers, updating customers, deleting customers, and so on, you can create a customer REST service and then associate the related REST service operations with that REST service.

Prior to PeopleTools 8.60 document generation of the metadata for REST Services only supported WADL (Web Application Development Language). Starting with PeopleTools 8.60 REST Services also support OpenAPI.

Before you can provide or consume REST services in a PeopleSoft system, you must configure the system for handling services.Configuring the Integration System to Handle Services