Zope 2.5 as an xmlrpc client
I have been trying to write an external method to do XML-RPC calls from Zope 2.5 and I keep getting the rather uninformative error message "Fault" whenever I try to test a simple method. After poking around a bit, it appears that xmlrpclib is no longer included in Zope 2.5. Does anyone know why? Is there a version that works? TIA, - rmgw <http://www.trustedmedianetworks.com/> ---------------------------------------------------------------------------- Richard Wesley Trusted Media Networks, Inc. "Does anybody really know what time it is? Does anybody really care?" - Chicago
Richard Wesley writes:
... After poking around a bit, it appears that xmlrpclib is no longer included in Zope 2.5. I doubt that very much. Did you look at "lib/python/xmlrpclib"?
Does anyone know why? Is there a version that works? My Zope 2.5 CVS version (dated January 2002) works fine.
Dieter
participants (2)
-
Dieter Maurer -
Richard Wesley