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

Chui Tey teyc at bigfoot.com
Sun Dec 24 16:01:06 EST 2000


As far as I know, VB takes it as an array of Variants. Worked for me before.
Which XMLRPC Client are you using?

Scott Hathaway <slhath at home.com> wrote in message
news:hih16.85504$yR4.2492277 at news1.rdc1.tx.home.com...
> 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