[IronPython] xmlrpclib example

Sanghyeon Seo sanxiyn at gmail.com
Thu Sep 7 11:30:58 CEST 2006


Python has a great xmlrpclib module to do XML-RPC as part of its
standard library:
http://docs.python.org/lib/module-xmlrpclib.html

Today I tried it with IronPython and it just worked.

You need to be able to load Python standard libraries. In addition,
you need pyexpat.py I wrote:
http://sparcs.kaist.ac.kr/~tinuviel/fepy/lib/pyexpat.py

An example code is here. It should print "Alabama".
http://sparcs.kaist.ac.kr/~tinuviel/fepy/example/xmlrpc_test.py

Seo Sanghyeon



More information about the Ironpython-users mailing list