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
_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to