6 Dec
2003
6 Dec
'03
2:54 p.m.
Pieter Laeremans <pieter.laeremans@student.kuleuven.ac.be> writes:
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")
s.pyhello("Chui Tey") does the job ! Thanks Hannu for suggesting that I did something wrong :-) regards, Pieter