consuming OData v4 service

0
I'm working with an OData v4 service in Java and trying to consume this service in Mendix. However, I'm encountering an issue: for the entities, only read access is available, while CREATE, UPDATE, and DELETE operations seem to be disabled. Despite this, I can perform CRUD operations using Postman, so I know my service has full CRUD accessibility. Here's what I've done so far: 1. Added the OData service. 2. Consumed the OData service. 3. Dragged and dropped the entities into the data model. I followed the tutorial on [How to Consume an OData Service in Mendix OData consume     As a beginner with Mendix, I'm unsure if this is the correct approach or if I'm missing any steps to enable full access for the OData service. Can anyone provide guidance on how to ensure full CRUD functionality for the OData entities in Mendix? Any help would be greatly appreciated.
asked
0 answers