[Zope-dev] remote procedure calls to manage functions

andrew Andrew@TheSoftwareSmith.Com.Au
Wed, 09 Aug 2000 10:44:37 +1000


Have been delving into ZPublisher.Client to make remote procedure calls
under Zope 2.2.1. Many of the manage_... functions work just fine
through this interface (once the obvious bug on line 212 of Client.py is
fixed, anyway ;-). Check out the example utilities/load_site.py if you
want to get started in this very productive use of Zope.

However, manage_addZSQLMethod refuses to work, always returning a 404
not found error. Don't have time at the moment to find out why, but I
wondered if there was a simple reason for it (nothing seems simple at
3am does it)? In the meantime, calling it via an external method to act
as glue is working fine.