[Zope] xml-rpc and objectIds

Bill Anderson bill@libc.org
13 Apr 2001 19:06:05 -0600


On 13 Apr 2001 20:39:11 -0300, Alex Verstraeten wrote:
> when was the objectIds method removed from xml-rpc?
> 
> I'm trying to do an xml-rpc based manager for zope, so I can browse, create,
> edit and delete any kind of object  (dtml methods, python scripts,
> ZsqlMethods, etc)
> 
> for browsing I need the objectIds method, but it doesnt seems to be
> available on zope 2.3.0



It's there. I'm using it in 2.3.1 anyway.
Are any of your other methods working, ei can you do a index_html() and
see the page?

Oh, and make sure that when you give it the server url, you use:
http://www.rout.site/ as apposed to http://www.your.site . Beleive me,
it matters (I just learned this one myself)

Bill