python—webservice接口测试

2021-02-12 20:19

阅读:708

标签: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


评论


亲,登录后才可以留言!