Corey Goldberg: XML-RPC Clients In Python and Perl
- #!/usr/bin/env python
import xmlrpclib
host = 'http://localhost'
port = '8888'
server = xmlrpclib.Server('%s:%s' % (host, port))
response = server.start()
print response
Posted from Diigo. The rest of my favorite links are here.
No comments:
Post a Comment