Honestly, I'm not sure I understand the question, but I'll take a stab at it. I'll also note that the docs in the README and at http://bitbucket.org/pedersen/tgext.xmlrpc/wiki/Home show example usage.
If you're looking to integrate with your login handlers, I honestly don't know how. Nothing in XMLRPC seems to make it easy to provide authentication. If that's your goal, you're likely to have to come up with something, though I'll gladly take a patch for it. On Thu, May 13, 2010 at 7:07 AM, rajasekhar911 <[email protected]>wrote: > Hi > > Nice work. > I am thinking of adding XML-RPC support for my existing app. > now in my app, i make use of login_andler method provided my repoze > How can i make this method available through xml-rpc? > > thanks, > > On May 6, 10:54 pm, Michael Pedersen <[email protected]> wrote: > > Okay, for me, things look good. I've completed the docs, the testing is > in > > place, it works on multiple machines.. All in all, it looks good. Hope > it's > > useful to others. > > > > > > > > On Thu, May 6, 2010 at 1:02 AM, Michael Pedersen <[email protected]> > wrote: > > > Hi all. I've just committed a functioning XmlRpcController. It's still > a > > > bit rough, doesn't support system.multiCall, and doesn't have *any* > docs > > > (but it does have tests, at least), however I wanted to share it with > > > everybody. Once I commit docs, I'll make it something that can also be > > > easy_installed, too, so expect that tomorrow night. > > > > >http://bitbucket.org/pedersen/tgext.xmlrpc > > > > > Feedback is very welcome. > > > > > -- > > > Michael J. Pedersen > > > My IM IDs: Jabber/[email protected], ICQ/103345809, > > > AIM/pedermj022171 > > > Yahoo/pedermj2002, MSN/[email protected] > > > > -- > > 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]<turbogears%[email protected]> > . > > For more options, visit this group athttp:// > groups.google.com/group/turbogears?hl=en. > > -- > 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]<turbogears%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/turbogears?hl=en. > > -- 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.

