Code: Select all
EndpointAddress endpoint = new EndpointAddress("http://localhost:18083/");
BasicHttpBinding binding = new BasicHttpBinding();
vboxPortTypeClient client = new vboxPortTypeClient(binding,endpoint);But how then I then can get for instance version of virtualbox? I don't know how to use the following method:
Code: Select all
string test = string.Empty;
client.IVirtualBox_getVersion(test);