mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-22 17:39:59 -05:00
17 lines
550 B
XML
17 lines
550 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!--
|
|
Copyright 2005-2015 VMware, Inc. All rights reserved.
|
|
-->
|
|
<definitions targetNamespace="urn:lookupService"
|
|
xmlns="http://schemas.xmlsoap.org/wsdl/"
|
|
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
|
xmlns:interface="urn:lookup"
|
|
>
|
|
<import location="lookup.wsdl" namespace="urn:lookup" />
|
|
<service name="LsService">
|
|
<port binding="interface:LsBinding" name="LsPort">
|
|
<soap:address location="https://{IPADDR}/lookupservice/sdk" />
|
|
</port>
|
|
</service>
|
|
</definitions>
|