
This patch adds WSDL files required to invoke SPBM APIs in vSphere 6.0. Change-Id: I3a7991f9bfb9c1deb86e563f893c89adf5476211
17 lines
555 B
XML
17 lines
555 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!--
|
|
Copyright 2005-2014 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>
|