Unable to add consumed OData service in Mendix App

0
I am trying to add a consumed OData Service to my application in Mendix studio pro 18.8.3, without datahub. And I want to import my Metadata file. But I cannot find the Add consumed OData option. Does anyone know how can I add consumed OData without datahub or why am I not getting the option in the menu?
asked
2 answers
1

OData is nothing more then a specific REST call. So you can just use the Consumed REST service.

Regards,

Ronald

 

answered
0

Does your organization have a data hub license? https://docs.mendix.com/refguide/consumed-odata-services describes that you need a license to use consumed OData services.

answered