peoplesoft REST API call
We are creating REST API service from scratch. This is inbound to PeopleSoft. This service will have 1 input parameter - testnum
It will intern return bunch of rows with 4 parameters, Lets say param 1, param 2,param 3,param 4. These all parameters are added to the custom table in PeopleSoft.
Before we make call to this web service , we need to pass the API key for authentication
The response is in xml format
Can you please provide me step by step way to develop it? how should be configured? how we can authenticate? what setup needed? how to create PeopleCode for it?
If someone can send me detail on it that will be really appreciated.