diff options
Diffstat (limited to 'endpoints/lib/vboxwebService-5.2.wsdl')
-rw-r--r-- | endpoints/lib/vboxwebService-5.2.wsdl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/endpoints/lib/vboxwebService-5.2.wsdl b/endpoints/lib/vboxwebService-5.2.wsdl new file mode 100644 index 0000000..c544f7d --- /dev/null +++ b/endpoints/lib/vboxwebService-5.2.wsdl @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + DO NOT EDIT! This is a generated file. + Generated from: src/VBox/Main/idl/VirtualBox.xidl (VirtualBox's generic pseudo-IDL file) + 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-5.2.wsdl" namespace="http://www.virtualbox.org/"/> + <service name="vboxService"> + <port binding="vbox:vboxBinding" name="vboxServicePort"> + <soap:address location="http://localhost:18083/"/> + </port> + </service> +</definitions> |