Hello everyone,
I have the following platform.
VM_1:
Oracle DB 12.1.0.2
Apex 5.0.4
VM_2:
Ords 3.0.8 standalone
I run apex from http://vm_2:8080/ords and connect as
Workspace = cis16
User = cacodri
Password = **** (password_1)
I define restful services, and it works fine: http://192.168.0.105:8080/ords/cis16/mio/pago/
With SQL Developer in "Rest Data Services / Developer" I connect as:
User = cacodri
Host = 192.168.0.105
Port = 8080
Path = / ords
Scheme = cis16
Password = **** (password_1)
I connect correctly but it does not bring me the previous definition, so if I create a definition in SQL Developer does not appear in Apex.
Please your help is greatly appreciated
Regards
Carlos