摘要: 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) 推荐(0) 编辑