RPC for ZODB via https

Thomas Guettler pan-newsreader at thomas-guettler.de
Sat Apr 6 08:10:32 EST 2002


On Fri, 05 Apr 2002 20:45:50 +0200, Gillou wrote:

> xmlrpclib *is* object oriented, especially when used with Zope
> 
> s = xmlrpclib.Server(http://url_to_a_zope_object) data =
> s.method_of_zope_object(param)

But you can't pass objects as arguments or returns values

The following is not possible:

s=xmlrpclib.Server("http://localhost:8080")
obj=s.getObject()
obj.method()

AFAIK Pyro can do this. But it needs TCP/IP. Would be good
if you could use it with clients which are connected to the internet
via a proxy which allows only http, https.

 thomas

-- 
Thomas Guettler <guettli at thomas-guettler.de>
http://www.thomas-guettler.de



More information about the Python-list mailing list