Hi *, I’m using ActionWebService with XMLRPC to fetch data from a model on a remote server (something like Model.find(:all)).
The problem is that the remote web service doesn’t seem to return relationships for objects, in my case tags.
Is there a way to solve this problem ? I’m thinking about serializing the result set but it seems to me very very dirty …
TIA,
ngw