Can I connect an xData client to a Ruby on Rails server? If yes, what are the necessary steps.
XData client will try to connect to the server using the XData conventions for URL, parameter passing, etc. You can define service contracts that match your server URL and parameters, and then call it using XData client using Invoke method.
This chapter explains how service contracts are built and mapped to a real endpoint.