Sorry, trying to figure this out. A web services client sends a request for data. However instead of Rails (web services server) sending back xml for the client to render, the web services server actually renders the data, would that still be a web service ? Hope this isn’t a confusing question.
My objective is to have Rails acting as the web services server but to deliver the data on request.
TIA Stuart