On Tue, Jun 8, 2010 at 10:42 PM, Jd <[email protected]> wrote: > Michael, > We will definitely try the xmlrpc controller.. but at this point it > might be bit late for us. > Some questions along those lines. > a. Will it work with TG2 2.0.3 ? > b. Will a simple login method and others work (setup session ?) > > Unfortunately, tgext.xmlrpc uses new code specific to 2.1. It cannot work with 2.0 at all.
Any of the regular methods should work just fine, though. tgext.xmlrpc just becomes a regular controller that you make accessible. The issue will be getting your xmlrpc client to pass up any session cookies/etc you might require. Diez's suggestion of making the first parameter always be a session id might be the simplest way to do it. -- Michael J. Pedersen My IM IDs: Jabber/[email protected], ICQ/103345809, AIM/pedermj022171 Yahoo/pedermj2002, MSN/[email protected] -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

