19b4d3c7c7
Adding WSDL files for SPBM APIs in vSphere 8.0. Change-Id: Id43ff86e7b22940ecc1ca2dca950b28c3faa20a1
17 lines
539 B
XML
17 lines
539 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!--
|
|
Copyright 2005-2022 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>
|