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

Scott Hathaway slhath at home.com
Sun Dec 24 21:07:35 EST 2000


I am using the one from Steve Ivy and Joe Massey.  The other one for COM, I
cannot seem to get working.  Which one did you use with VB?

Scott

BTW, here is the vb code I cannot get working:

Dim rpc, theArray, x
Set rpc = CreateObject("XMLRPC.XMLRPCClient")
x = rpc.vbcall(theArray, "http://localhost:8000", "GetParamDefaultValues",
"c:\projects\core\test.crf", "bgColor")

Thanks,
Scott


"Chui Tey" <teyc at bigfoot.com> wrote in message
news:925o9s$pqk$1 at bunyip.cc.uq.edu.au...
> 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