Hi,
I'm trying to do a restful service using jdeveloper and this is the first time to do a restful service . I did the following steps
1- Open the Jdeveloper 12.1.3 and create new custom application
2-Create new java class "getEmployees.java"
3-After writing my code I went to the java class and right clicked --> Create RESTful Service
4-Type "Get" -- Produces "application/xml" no Path and no parameters.
5- After this I clicked test .
6- When I clicked Send request in HTTP Analyzer I got this error "500 internal server error"
Is there a missing step or an error in a step? and I don't know how to track this error to know what it's reason exactly.