Hi,
I have created a rest service that produces Json as result of each function and I want to create a DataControl to consume that service.
I have tried Web Service Data Control (SOAP / REST) but when I specify the getAll function I get:
JDeveloper failed to generate schema from the provided URL Source. Please provide a schema location or valid XML source to create the data control.
Path = /, Method =getAll
I also found out some reference that specifies that this DataControl only works with XML.
Is there a DataControl or specific Application that I can use to do what I want?
I'm using Jdev 12c and as for the Service Application I'm using EJB.
Thanks