xml-rpc server in python returning python lists...

Scott Hathaway slhath at home.com
Sun Dec 24 02:09:01 EST 2000


Hello All,

I am writing an xml-rpc server in python that has a function which returns a
python list.  When I use the python client to connect to the python server,
it works great.  When I try from VB, ASP, PHP, and Delphi, they all have
trouble with the return type of the variable.  By the way, all the clients
mentioned work fine if the server's method returns a string or a number.

Any ideas?

Scott





More information about the Python-list mailing list