Robert Rottermann wrote:
Hi Zopistas,
I am trying to access Zope trough xml-rpc as described by Amos in http://www.xml.com/pub/a/2000/01/xmlrpc/index.html?page=1 (and as found in other examples) This examples assume that you can access the content of a folder trough the web by visiting something like http://localhost:8080/objectIds however this results in following error: The object at http://localhost:8080/objectIds has an empty or missing docstring. Objects must have a docstring to be published.
is there a way to circumvent that? thanks for your tips
Changing the source of zope works. Give this function a docstring. By the way, I changed this example from Amos Latteier a bit. You can get it from http://guettli.sourceforge.net/zopeclient/ thomas