Overview of OData Activities

OData (Open Data Protocol) allows the creation and consumption of queryable and interoperable RESTful APIs in a simple and standard way. It is an OASIS standard that defines the best practice for building and consuming RESTful APIs. OData helps you focus on your business logic while building RESTful APIs without having to worry about the approaches to define request and response headers, status codes, HTTP methods, URL conventions, media types, payload formats and query options.

Cast Iron version 7.5.1.0 supports exposing data from back end systems as OData APIs. Only GET and DELETE methods are supported in this version which means external clients can make GET and DELETE calls to OData API running on Cast Iron. The version of OData supported is 4.0.

OData activities work in conjunction with HTTP/ReST activities in Cast Iron. That means the output of the HTTP activities is given as input to OData activity and then the output of the OData activity is passed back as input to the HTTP activities.

Cast Iron supports two OData activities:

Note: It is recommended to use Cast Iron version 7.5.1.0 ifix005 or later versions.



Feedback | Notices


Timestamp icon Last updated: Wednesday, 9 November 2016


http://pic.dhe.ibm.com/infocenter/wci/v7r0m0/topic/com.ibm.wci.doc/OData_Overview.html