I think you have posted to the wrong list. / Jakob
-----Oprindelig meddelelse----- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af Josh Wright Sendt: 7. maj 2008 17:03 Til: [email protected] Emne: [vbox-dev] webservice and SOAPpy 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 _______________________________________________ vbox-dev mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-dev
