summaryrefslogtreecommitdiff
path: root/oslo_vmware/wsdl/7.0/pbmService.wsdl
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_vmware/wsdl/7.0/pbmService.wsdl')
-rw-r--r--oslo_vmware/wsdl/7.0/pbmService.wsdl16
1 files changed, 16 insertions, 0 deletions
diff --git a/oslo_vmware/wsdl/7.0/pbmService.wsdl b/oslo_vmware/wsdl/7.0/pbmService.wsdl
new file mode 100644
index 0000000..e7a3caa
--- /dev/null
+++ b/oslo_vmware/wsdl/7.0/pbmService.wsdl
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+ Copyright 2005-2020 VMware, Inc. All rights reserved.
+-->
+<definitions targetNamespace="urn:pbmService"
+ xmlns="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+ xmlns:interface="urn:pbm"
+>
+ <import location="pbm.wsdl" namespace="urn:pbm" />
+ <service name="PbmService">
+ <port binding="interface:PbmBinding" name="PbmPort">
+ <soap:address location="https://localhost/sdk/pbmService" />
+ </port>
+ </service>
+</definitions>