Skip to Main Content

Java Development Tools

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!

Need client DataControl that accepts JSON from Rest Service

DLopezAug 19 2015 — edited Aug 21 2015

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

This post has been answered by kdario on Aug 19 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 18 2015
Added on Aug 19 2015
10 comments
566 views