mirror of https://github.com/apache/cloudstack.git
17 lines
542 B
XML
17 lines
542 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!--
|
|
Copyright 2005-2007 VMware, Inc. All rights reserved.
|
|
-->
|
|
<definitions targetNamespace="urn:vim2Service"
|
|
xmlns="http://schemas.xmlsoap.org/wsdl/"
|
|
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
|
xmlns:interface="urn:vim2"
|
|
>
|
|
<import location="vim.wsdl" namespace="urn:vim2" />
|
|
<service name="VimService">
|
|
<port binding="interface:VimBinding" name="VimPort">
|
|
<soap:address location="https://localhost/sdk/vimService" />
|
|
</port>
|
|
</service>
|
|
</definitions>
|