Hi all,
I am using JDeveloper 12.2.1.4.0 and need to develop a RESTful Client. I can see from various tutorials (such as "https://docs.oracle.com/cd/E53569_01/tutorials/tut_web_services/tut_web_services_5.html ") that, when you right-click the project and select "New from Gallery", there is an option called "RESTful Client and Proxy" where it will create Java classes to encapsulate the Proxy. However in my version, this option does not show up, i have only the option "RESTful JavaScript Client" which creates a JavaScript proxy, this is not what i need since i have to call from Java and not JavaScript. Does anybody have a similar issue? Is it a version problem? Has this option to create a Java Client and Proxy from RESTful Services been removed from JDev in the latest versions? If so, can you share some instructions on how to create this kind of proxy without having to code everything from ground up?
Thanks!
Thiago