Ejemplo n.º 1
0
    def _get_wsdl_loc(protocol, host, port):
        """Get the default WSDL file location hosted at the server.

        :param protocol: http or https
        :param host: server IP address or host name
        :param port: port for connection
        :returns: default WSDL file location hosted at the server
        """
        return vim_util.get_wsdl_url(protocol, host, port)