标签:python调用webservice接口

python调用webservice接口

#python调用webservice接口

📚 共 1 篇文章 🏷️ 标签分类 📝 python调用webservice接口
python调用webservice接口

python调用webservice接口的实现

使用suds这个第三方模块fromsuds.clientimportClienturl='http://ip:port/?wsdl'cilent=Client(url)printcilent查