odata
odata copied to clipboard
[Question]Do I have to specify '.svc' in service URL?
I'm working on a implementing an OData service, the spec for which has been provided. The spec contains the URL of the service and it does not contain '.svc'. How do I create my REST controller such that it does not contain a '.svc' in the URL?
it looks like hard-coded, therefore yes we should specify .scv
and doesn't look like there is a way other than a code change