码迷,mamicode.com
首页 > 编程语言 > 详细

python—webservice接口测试

时间:2020-04-19 01:14:40      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:xxx   bsp   print   xxxx   参数   pip   包含   结果   class   

webservice接口:一个url下包含多个接口,返回数据为xml文档

安装模块 pip install suds-jurko

 

from suds import client

url = "https://xxxxxx"
cli = client.Client(url=url) # 查看该webservice接口下有包含哪些接口
print(cli)
res=cli.service.接口名("参数") # 调接口查看返回结果

 

python—webservice接口测试

标签:xxx   bsp   print   xxxx   参数   pip   包含   结果   class   

原文地址:https://www.cnblogs.com/erchun/p/12729029.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!