Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

apex listener - resource template - POST method

FrédéricBMay 24 2012 — edited May 24 2012
Hello,

Initially I created a sample ressource with a default GET method with a query on a table. I works nice with my EXTJS grid.
In a second step, with the goal to cover all CRUD operation, I tried to implement the POST method. I created a simple PLSQL procedure with some IN parameters wich insert a new record.
I declared the parameter in the ressource template also.
I have not been able to make a POST. I tried all combinations, with the help of the excellent Firefox add-in RESTClient:
- put the parameters in the URL
- put the parameters in the body with different format (URI or JSON)
I didn't found any example neither in APEX nor in raw HTTP nor in any other language.

Your help would be valuable I am completely blocked

Frédéric

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 21 2012
Added on May 24 2012
2 comments
224 views