Search code examples
javarubyodata

OData Provider in Ruby/Java


Are there any OData provider SDKs for Ruby or Java?


Solution

  • There are none, unfortunately.

    There are only clients. I've used ruby_odata successfully. It works well against a simple model and provides mappings for all the basic query options, although you do need to know the operators (like eq, substringof, etc).

    I did run into a more complex model and needed to tweak the code a bit. It's easy to pick up on: http://odetocode.com/Blogs/scott/archive/2010/07/11/odata-and-ruby.aspx