Can you confirm that :
-it's not possible to do a search with XMLRPC on 2 tables, like a JOIN in SQL (without creating a new module) ?
-i want to look for the account.invoice.line that contains a certain product, with account.invoice of type "out". In SQL it's a simple join, but with the search method with XMLRPC I can't see how i can do that.
-furthermore, why in standard there isn't a special XMLRPC method that would process any SQL query (SELECT only) ? It would simplify the work.