xml-rpc server in python returning python lists...
Scott Hathaway
slhath at home.com
Sun Dec 24 02:09:01 EST 2000
More information about the Python-list mailing list
Sun Dec 24 02:09:01 EST 2000
- Previous message (by thread): xml-rpc server in python returning python lists...
- Next message (by thread): xml-rpc server in python returning python lists...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): xml-rpc server in python returning python lists...
- Next message (by thread): xml-rpc server in python returning python lists...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list