6 Dec
2003
6 Dec
'03
2:37 p.m.
Hannu Krosing <hannu@tm.ee> writes:
Pieter Laeremans kirjutas L, 06.12.2003 kell 15:14:
From the document at http://www.zope.org/Members/teyc/howxmlrpc I deduce that zope has the ability to work as an xmlrpc server.
However when I try it using the following code (because I didn't make a test folder and because zope runs on port 9673 on my system)
-------------------------------------------------------- #!/usr/bin/python
import xmlrpclib
s=xmlrpclib.Server("http://localhost:9673") print s.Zope.pyhello("Chui Tey")
Do you have an one argument methiod called Zope/pyhello defined in your zope ?
in my / folder I have a method pyhello defined. regards, Pieter