At 16:48 07.11.2002, you wrote:
hi Alexander,
I use Zope as an XML-RPC server for VB clients, and made the upgrade to 2.6 with no problems. if you specify a server URL without a path component, e.g. http://myserver:8080 then the path component /RPC2 is added on by the client, in the python and VB implementations we use. the traceback indicates this is being searched for, but not found. do you have this folder in your zope root folder?
yes, the reflector is in /test/ its strange? if i do this (the / at the end) then it works also on the zope 2.6
url = 'http://myserver/' print server.test.reflector("sxxx","cxxxxxxx") ['sxxx', 'cxxxxxxx']
thanks, alex
this hasn't changed between 2.5.1 and 2.6.0 though, this shouldn't be the problem, just a thought.
HTH a little
Ben