python调用webservice接口的实现 使用suds这个第三方模块fromsuds.clientimportClienturl='http://ip:port/?wsdl'cilent=Client(url)printcilent查 python调用webservice接口