Hi Devs, I'm trying to create a OData service, which supports CRUD operations, I was able to implement the READ Operation by referring the Olingo sample. but couldn't able implement other three operations.
How can I implement the other three operations (CREATE, UPDATE, DELETE) by using OlingoV4 ? is there any material to follow ? Can I use [1] tutorial for the Write operation ? Any help on this matter is highly appreciated. [1] https://olingo.apache.org/doc/odata2/tutorials/Olingo_Tutorial_BasicWrite.html Thanks, Madhawa
