Hi Tarek [...] > class IXMLRPCIntrospector(View): > """IXMLRPCIntrospector View""" > > [...] some constructor [...] > > def listMethods(): > """ lists all xmlrpc methods implemented by the > underlying view """ > > def methodHelp(method_name): > """ returns the docstring of given method """ > > def methodSignature(method_name): > """ returns the signature of given method > > ie the list of all arguments > """ > > Any advice ? > > imo xmlrpc introspection can be useful in some cases > (in my case i need such feature to actually let the client application > remote-control the site) > > Would it be interesting to start a Z3 proposal on this topic ?
1+ Would be nice to have a best practices document or some more information about xmlrpc standards an thier integration in z3. Starting a proposal looks a good idea to me. Regards Roger Ineichen > Best regards, > > Tarek > > -- > Tarek Ziadé, Nuxeo R&D (Paris, France) > CPS Platform : http://www.cps-project.org > Zope3 / ECM : http://www.z3lab.org > mail: tziade at nuxeo.com; tel: +33 (0) 6 30 37 02 63 > > _______________________________________________ > Zope3-dev mailing list > [email protected] > Unsub: > http://mail.zope.org/mailman/options/zope3-dev/dev%40projekt01.ch > > _______________________________________________ Zope3-dev mailing list [email protected] Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com
