File: pbmService.wsdl

package info (click to toggle)
python-oslo.vmware 4.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,696 kB
  • sloc: python: 5,549; makefile: 22; sh: 2
file content (16 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (5)
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-2016 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>