2017 Jun 05 8:41 AM
Hello everyone,
I am currently having a problem adding a new destination to my Webide personal edition (local).
My need is to call odata in an openui5 apps. This odata is giving me resultats from mysql DB.
I managed to do this using a jpa with apache olingo odata2.0 (following this blog https://blogs.sap.com/2014/02/05/odata-producer-using-apache-olingo-with-mysql-jpa-tomcat-web-server...)
This odata part seems to be working :
http://localhost:8090/SmartRecipeOdata/RecipeHeader.svc/$metadata seems to give me a correct output.
My destination in web ide is designed this way:
When calling the service (using the template tool in webide) I get this:
Might someone have an idea of why web ide does not catch my odata?
Thanks for your help!