[Zope] Re: xml rpc

Pieter Laeremans pieter.laeremans at student.kuleuven.ac.be
Sat Dec 6 09:54:46 EST 2003


Pieter Laeremans <pieter.laeremans at 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




More information about the Zope mailing list