id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host 958,VirtualBox 1.5.2 with webservices (soap),Michael,,"Hello! I will use VirtualBox 1.5.2 with webservices. This is not an Vbox defect! To this day, i doesn't found some docs/howtos to setup this. I have written a soap client in PHP to get the vbox version number. My sample: ---------------- /* CLIENT: show VBox version */ IVirtualBox_getVersion(0,1); foreach ($result->resultElements as $resultElement) { print $resultElement->URL; } } catch (SOAPFault $f) { print $f->faultstring; } ?> ---------------- The file vboxwebService.wsdl point to soap address localhost on port 18083. This is the address to the soap server? My sample return as output ""Can't connect to host"". How looks the connection between soap server to VirtualBox? Can you put some simple soap samples to VirtualBox website please? Many thanks Michael ",enhancement,closed,other,VirtualBox 1.5.2,fixed,webservices,,other,other