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
_______________________________________________
vbox-dev mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-dev