1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-22 09:39:58 -05:00
vsphere-automation-sdk-python/samples/vsphere/sso/wsdl/lookupservice.wsdl
2017-03-03 14:04:06 -08:00

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>