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)
posted @ 2017-01-18 18:05  当自强  阅读(274)  评论(0编辑  收藏  举报