Extracting Data from PeopleSoft through a REST web service?
I'm new to web services so I'm looking for some direction.
I have a request to extract data from PeopleSoft through a REST web service. I've followed several examples I've found and that has me to the point where I can use SoapUI and get a successful response. (Created two documents, request & response, Created two messages request & response. Created a service/service operation) What's confusing is I'm selection several rows of data from PeopleSoft need, to format it as a json file and provide it to the calling application. I'm not sure beyond providing a response how do I incorporate or make available the results of my query/sql. Does that