try:
            method = client.client.wsdl.services[0].ports[0].methods[service]
            params = method.binding.input.param_defs(method)
        except KeyError: