SAP CAP switch off annotations of specific service

Viewed 60

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?

enter image description here

1 Answers

The simplest way is to create another service with projection (and without any annotations).

Related