python wsdl connection refused 111

from suds improt client   
url ="your?wsdl" client = Client(url,cache=None) client.set_options(location=url) return client.service.SomeMeth(someVar)
原文地址:https://www.cnblogs.com/zhaokewei/p/6297719.html