Writing...Data Services

Coding and writing about OData and now Windows Azure Mobile Services...

Browse by Tags

Tagged Content List
  • Blog Post: Uploading Data to a Service Operation

    When you upload data using HTTP, you typically include the data being uploaded in the body of the POST request. However, service operations in the Open Data Protocol (OData) work a bit differently, in that input to a service operation may only be passed to the service operation by using parameters. Consider...
  • Blog Post: Calling Service Operations Using POST

    As you may know, OData enables you to define service operations that can be invoked by using either GET or POST requests. The topic Service Operations (WCF Data Services) shows how to define both kinds of service operations using WCF Data Services. Consider the following POST service operation that returns...
Page 1 of 1 (2 items)