OraOpenSource / OXAR

Oracle XE & APEX build script along with images for popular cloud platforms
http://www.oraopensource.com/oxar/
MIT License
108 stars 42 forks source link

Creating a REST handler results in 404 Not Found #107

Closed tschf closed 9 years ago

tschf commented 9 years ago

Got this report on my blog:

Hey, i did everything as described in your post.OracleXE, apex and node are running correctly. If I create a RESTful Web service like Oracle describe in this video https://www.youtube.com/watch?v=gkCvd6P8_OU I get a 404 Not Found Error Message. I use this url http://localhost:9980/ords/oos_user/employee_test

For the installation I use exactly like you: oracle-xe-11.2.0-1.0.x86_64.rpm.zip apex_5.0_en.zip ords.3.0.0.121.10.23.zip

Did you get the RestDataService correctly running?

I look forward reading soon something from you, thanks, markus

tschf commented 9 years ago

Following that video, I notice the field RESTful Service Module: isn't getting populated.

screenshot from 2015-09-09 08 08 45

Compared to the demo REST templates, where it's populated.

screenshot from 2015-09-09 08 10 07

tschf commented 9 years ago

The video omitted the forward slash on the URI template field (59 secs) - which looks like is needed. The RESTful service module, as from my previous comment, was a non-issue.

screenshot from 2015-09-09 08 26 28