9 Aug
2000
9 Aug
'00
12:44 a.m.
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.