xmlrpclib in python scripts
We've started using XML-RPC with Zope and Java. Works fine, using external methods (Zope is the client). However, it would be neat to be able to use XML- RPC in python scripts. How do I validate a new module (xmlrpclib) for importing into python scripts? Of course, an XML-RPC client product would be even sweeter :-) -Magnus
We've started using XML-RPC with Zope and Java. Works fine, using external methods (Zope is the client). However, it would be neat to be able to use XML- RPC in python scripts. How do I validate a new module (xmlrpclib) for importing into python scripts?
Of course, an XML-RPC client product would be even sweeter :-)
There were a few threads on this recently and a utility will be appearing 2.3.1b2. Checkout the archives: http://zope.nipltd.com/public/lists.html cheers, Chris
magnus/Websys@websys.no wrote:
Of course, an XML-RPC client product would be even sweeter :-)
I would like a generic XML-RPC *method* object, that had an optional caching parameter (set on the object), to minimize expensive XML-RPC queries to remote sites. Cheers, Michael Bernstein.
Check out http://www.zope.org/Members/dshaw/XMLRPCProxy. Doug magnus/Websys@websys.no wrote:
We've started using XML-RPC with Zope and Java. Works fine, using external methods (Zope is the client). However, it would be neat to be able to use XML- RPC in python scripts. How do I validate a new module (xmlrpclib) for importing into python scripts?
Of course, an XML-RPC client product would be even sweeter :-)
-Magnus
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (4)
-
Chris Withers -
Doug Hellmann -
magnus/Websys@websys.no -
Michael R. Bernstein