"The XMLRPC client can also be implemented inside a web2py action, so that one action can talk to another web2py application (even within the same installation) using XMLRPC." Is there an example of how to properly do this?
The situation is: 1) We have multiple applications in the same installation which share a single database and also have their own database for their unique application. The shared database I would like to create an application that provides RPC access to handle all the data related operations. 2) We are developing an android based application that will also need to access the shared database via RPC. This means we need the ability to handle logging into the system so the RPC knows which data to return based on the logged in user. Current I have an api application that has all the models created for the database now I am working on creating the RPC api. -- -- Regards, Bruce Wade http://ca.linkedin.com/in/brucelwade http://www.wadecybertech.com http://www.warplydesigned.com http://www.fitnessfriendsfinder.com