python—webservice接口测试
2021-02-12 20:19
阅读:708
标签:xxx bsp print xxxx 参数 pip 包含 结果 class webservice接口:一个url下包含多个接口,返回数据为xml文档 安装模块 pip install suds-jurko python—webservice接口测试 标签:xxx bsp print xxxx 参数 pip 包含 结果 class 原文地址:https://www.cnblogs.com/erchun/p/12729029.html
from suds import client
url = "https://xxxxxx"
cli = client.Client(url=url) # 查看该webservice接口下有包含哪些接口
print(cli)
res=cli.service.接口名("参数") # 调接口查看返回结果
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:python—webservice接口测试
文章链接:http://soscw.com/index.php/essay/54601.html
文章标题:python—webservice接口测试
文章链接:http://soscw.com/index.php/essay/54601.html
评论
亲,登录后才可以留言!