~ubuntu-branches/ubuntu/vivid/python-oslo.vmware/vivid

« back to all changes in this revision

Viewing changes to oslo_vmware/wsdl/5.5/pbmService.wsdl

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2015-02-09 11:35:16 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20150209113516-ybu8v73zi8amrx4b
Tags: 0.9.0-0ubuntu1
* New upstream release.
* Transition new namespace.
* debian/patches/use-toggle-lazyfixture.patch: Dropped
* debian/control: Add python-oslo.concurrency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
<!--
 
3
   Copyright 2005-2013 VMware, Inc.  All rights reserved.
 
4
-->
 
5
<definitions targetNamespace="urn:pbmService"
 
6
   xmlns="http://schemas.xmlsoap.org/wsdl/"
 
7
   xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
 
8
   xmlns:interface="urn:pbm"
 
9
>
 
10
   <import location="pbm.wsdl" namespace="urn:pbm" />
 
11
   <service name="PbmService">
 
12
      <port binding="interface:PbmBinding" name="PbmPort">
 
13
         <soap:address location="http://localhost/pbm/services/pbmService" />
 
14
      </port>
 
15
   </service>
 
16
</definitions>