diff options
-rw-r--r-- | endpoints/lib/vboxwebService-5.2.wsdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/endpoints/lib/vboxwebService-5.2.wsdl b/endpoints/lib/vboxwebService-5.2.wsdl index ae12210..c544f7d 100644 --- a/endpoints/lib/vboxwebService-5.2.wsdl +++ b/endpoints/lib/vboxwebService-5.2.wsdl @@ -5,7 +5,7 @@ Generator: src/VBox/Main/webservice/websrv-wsdl-service.xsl --> <definitions xmlns:interface="urn:vbox" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:vbox="http://www.virtualbox.org/" xmlns="http://schemas.xmlsoap.org/wsdl/" name="VirtualBox" targetNamespace="http://www.virtualbox.org/Service"> - <import location="vboxweb.wsdl" namespace="http://www.virtualbox.org/"/> + <import location="vboxweb-5.2.wsdl" namespace="http://www.virtualbox.org/"/> <service name="vboxService"> <port binding="vbox:vboxBinding" name="vboxServicePort"> <soap:address location="http://localhost:18083/"/> |