[vbox-dev] webservice and SOAPpy
Josh Wright
jshwright at gmail.com
Wed May 7 08:03:24 PDT 2008
Attempting to connect to the webservice via SOAPpy.
Code:
----------------------------------
from SOAPpy import WSDL
WSDLFile = '/usr/share/virtualbox/sdk/webservice/vboxwebService.wsdl'
proxy = WSDL.Proxy(WSDLFile)
oVbox = proxy.IWebsessionManager_logon('', '')
print "'%s'" % oVbox
----------------------------------
Output:
>>>
''
>>>
vboxwebsrv recognizes the request:
1: accepted connection from IP=127.0.0.1 socket=11... request served
What am I missing? No matter what I try, I can't
get IWebsessionManager_logon to return a valid object, just an empty
string...
~JW
More information about the vbox-dev
mailing list