diff options
author | Tudor Holton <tudor@tudorholton.com> | 2018-11-09 20:55:28 +1100 |
---|---|---|
committer | Tudor Holton <tudor@tudorholton.com> | 2018-11-09 20:55:28 +1100 |
commit | 3a5a1ce787515183788fb2e63ae83c1b00f71ffc (patch) | |
tree | 06215e9033adca9a5b54513e8d4536c9cc345fea /endpoints/lib/vboxwebService-6.0.wsdl | |
parent | 3bf6d1b6cd7957810e925f1b0ded8474ef334ecb (diff) | |
download | phpvirtualbox-3a5a1ce787515183788fb2e63ae83c1b00f71ffc.zip phpvirtualbox-3a5a1ce787515183788fb2e63ae83c1b00f71ffc.tar.gz phpvirtualbox-3a5a1ce787515183788fb2e63ae83c1b00f71ffc.tar.bz2 |
New wsdls for 6.0 beta.
Diffstat (limited to 'endpoints/lib/vboxwebService-6.0.wsdl')
-rw-r--r-- | endpoints/lib/vboxwebService-6.0.wsdl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/endpoints/lib/vboxwebService-6.0.wsdl b/endpoints/lib/vboxwebService-6.0.wsdl new file mode 100644 index 0000000..d825cb8 --- /dev/null +++ b/endpoints/lib/vboxwebService-6.0.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-6.0.wsdl" namespace="http://www.virtualbox.org/"/> + <service name="vboxService"> + <port binding="vbox:vboxBinding" name="vboxServicePort"> + <soap:address location="http://localhost:18083/"/> + </port> + </service> +</definitions> |