48771e6bfd
Move the public API out of oslo.vmware to oslo_vmware. Retain the ability to import from the old namespace package for backwards compatibility for this release cycle. bp/drop-namespace-packages Change-Id: I11cf038c3832a7357ed53363d8ccf143daddd2a2
17 lines
547 B
XML
17 lines
547 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!--
|
|
Copyright 2005-2013 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="http://localhost/pbm/services/pbmService" />
|
|
</port>
|
|
</service>
|
|
</definitions>
|