Page 1 of 1

Web Service RAW -- Control VMs

Posted: 7. May 2009, 08:07
by jjedwardsja
I'm using the VirtualBox web service and imported the WSDL definitions into my application which generated a ton of code. After this I was able to successfully connect the VirtualBox via the web service and login properly. Now it appears from the documentation that I need N ISession handles to control N IMachine s because the IConsole object is a child of ISession. Does this mean I have to log in multiple times if I want to manage multiple VMs? Or is there a way to do it in the same WebSession?