Rest services error HTTP 500
Hi,
I am working on creating rest services in peopletools 8.52. I have created app package, document, messages and services. But when I am trying to test the services getting HTTP 500 error. Can you please help me on this.
I have created sample rest service by using below document.
How to create and access a simple REST based Web Services? (Doc ID 1454887.1)
FYI: When I run the below URL 8.55 getting null value but in 8.52 getting HTTP 500 error.
http://<servername>:port/PSIGW/RESTListeningConnector
Please let me know is there any changes need to be done at Web server level or App server level.