Usman Ajmal wrote:
ServerProxy is the preferred name. Server is an old alias for the same
class.
that code looks correct. so what's the problem?
</F>
Where exactly should i call ServerProxy? Following is the code from my
client.py
client.py
class.
t = SecureTransport ()
>
t.set_authoriza tion(ustring, text_ucert)
server = xmlrpclib.Serve r('http://localhost:8000/',transport=t)
print server.s()
>
t.set_authoriza tion(ustring, text_ucert)
server = xmlrpclib.Serve r('http://localhost:8000/',transport=t)
print server.s()
</F>