Basically I want to create a REST Web Service using PL-SQL in Oracle and following are my requirements
- It should accept string parameter. That string parameter could a JSON format string or XML data
- It should not accept any parameters on the URL. Rather parameters should be received using http request object.
- Web service should then able to read the input received and print the details. For ex. A simple web service that receives name of the person in JSON or xml format and then prints back 'Hello ' || Name