5d424f859d
This patch adds WSDL files required to invoke SPBM APIs in vSphere 6.5. Change-Id: Ic4d84fb7736e21888f683a547b01ca49daefc31a
17 lines
539 B
XML
17 lines
539 B
XML
<?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>
|