i woul'd like to use a sap cap service in an c# application (odata feed service/odata client). This odata client doesn't work with annoations in the $metadata file. How can i switch off all annotations for a specific service? Via server.js? Via service implemantion?
Asked
Active
Viewed 136 times
2 Answers
0
Use cds.persistence.exclude
annotation in the service which you want to switch off the annotation for.

Amit kumar
- 2,169
- 10
- 25
- 36