I have an OData endpoint that was automatically created by RIA, which seems to work with simple "get" requests.
eg.
http: //xxx/Service/BusinessApplication1-Web-DomainService1.svc/odata/ProductSet
But when I try to use queries like "where" or "top", for example:
... / BusinessApplication1-Web-DomainService1.svc / OData / ProductSet? $ Top = 50
results in "Request parameters not allowed."
I installed a WCF data service that has an OData endpoint that works fine and allows queries, so why doesn't the RIA-generated file work?
Thanks!
odata wcf wcf-ria-services
Riddle
source share