Skip to Main Content

APEX

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!

Creating a web service from within APEX

rambo81Jan 9 2018 — edited Jan 10 2018

Hi

I have an APEX application and I would like some of the data in the database to be made available via a web service that specified users outside of an apex environment would be able to consume.

What is the recommended way to achieve this

I have been following the guide Creating a RESTful Web Service with GET and PUT Resource Handlers

http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/schema/50/Creating_RESTful_web_services/Creating_RESTful…

but when testing the feed I am getting the following 500 internal server error

Error during evaluation of resource template: GET my_webservice, SQL Error Code: 942, SQL Error Message: ORA-00942: table or view does not exist

Is there anything that needs to be set up on APEX /Oracle that could be causing the above problem, as my table does exist and I am running it from within the same schema.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 7 2018
Added on Jan 9 2018
4 comments
499 views