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

Chui Tey teyc at bigfoot.com
Mon Dec 25 16:40:18 EST 2000


As far as I know, the python xmlrpc server conforms to the xmlrpc standard.

> cannot seem to get working.  Which one did you use with VB?

I'm not sure. I downloaded both. I'm probably using the other one...

    Set m_Client = New XMLRPCC.Client
    Private m_DOM       As DOMDocument
    Set m_DOM = m_Client.Execute(URL, "getServerName")
    m_Client.ResponseToVariant m_DOM, sName

I think mine needs VB6 + IE5 at least to work.

theArray(0) and theArray(1) should return something..., try stepping through
the vb code

(Sorry Pythonistas, probably should move over to a vb forum soon)






More information about the Python-list mailing list