I have a scenario where there are multiple dbs that have the same schema and clients can pick which database to query.Is there a way to include the database na开发者_JAVA技巧me when doing an oData que
I have recently discover开发者_JAVA技巧ed OData & the new WCF Web APi library on codeplex. The web api allows me to expose results as IQueryable, which allows me to expose URL\'s in the OData form
I\'m writing an OData consumer in c#.I can successfully delete an entry, but for some reason it simply hangs / freezes on GetResponse() when I try to update.It even ignores my timeout.Below is my test
I\'ve created an OData service (WCF Data Service开发者_开发技巧), and a consumer to test it. Previously, when I attempted to delete, I got the WebDAV 405 error message, \"Method Not Allowed\".
I am using azure aql as a backend for a windows phone app I am writing. I expose the db using odata protocol, and using the odata client library to read and write db. I am having a problem to insert C
I have a WCF data service which is sensitive to a quite sophisticated notion of parameters in terms of URL. The common case is having the URLs like http://host:port/DataServices/NavigationMetadataServ
I am using Odata4j for exposing my services and i need to access HttpServletRequest object from my s开发者_如何转开发ervice provider. Is there is a way yo do this. I tried using @Context annotation to
Is there a way to specify unsigned integers in the OData Metadata (CSDL) format?I have a data structure that contains an unsigned 64 bit integer, but from the documentation here it seems there isn\'t
Does Linqpad use OData (WCF Data services) client library to generate the proxy that\'ll call the Data service OR does i开发者_开发百科t use plain http/REST?Since it was getting strongly typed context
How oData or AJAX services should respond when the authentication cookie is expired and it\'s time to renew?