PeopleSoft Rest Service Here is a step by step example of how to create a REST service in PeopleSoft. The first example passes one row of data via the URL. The response includes multiple po lines. The second example passes JSON in the body with no parameters in the URL. The response is one row per row in the request. 1) Create template document for inbound parameter(s) (the request). 1) One or more element names. 2) Create a view record of the outbound data (the response). 3) Create template document. 1) Element names, Collections and Compounds. 2) Map the document elements to fields in your view 4) Link messages to document 5) Create your response message which structures ...