summaryrefslogtreecommitdiff
path: root/oslo_vmware/wsdl/7.0/pbmService.wsdl
blob: e7a3caa72b346c40629fe677ecc2329645035e79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>