webservice calls issue
We are working on new project and started using PeopleSoft delivered QAS service operations for RESTful URL - ExecuteQuery - GET process.
Underlying query works fine and RESTful URL is also working fine and our non-PeopleSoft system can read this data.
The issue is this RESTful URL is not consistent. It works fine and returns 200 status code and returns results .. after few minutes, i try the same URL (without any modifications to URL, query), it is throwing 500 status code. Just looks like it is in sleep state the first time we send and it wakes-up then. On trying it again, it sends the results.