from suds improt client url ="your?wsdl" client = Client(url,cache=None) client.set_options(location=url) return client.service.SomeMeth(someVar)