博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Jmeter发送SOAP请求对WebService接口测试
阅读量:4914 次
发布时间:2019-06-11

本文共 677 字,大约阅读时间需要 2 分钟。

Jmeter发送SOAP请求对WebService接口测试

1.测试计划中添加一个用户自定义变量

2.HTTP信息头管理器,添加Content-Tpe,  application/soap+xml;charset=utf-8

3.添加SOAP/XML-RPC Request

URL:http://ws.webxml.com.cn/WebServices/WeatherWS.asmx

 

<?xml version="1.0" encoding="utf-8"?>

<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<getSupportCityString xmlns="http://WebXml.com.cn/">
<theRegionCode>${regionCode}</theRegionCode>
</getSupportCityString>
</soap12:Body>
</soap12:Envelope>

4.添加察看结果树

 

posted on
2019-05-09 00:09 阅读(
...) 评论(
...)

转载于:https://www.cnblogs.com/wakey/p/10836088.html

你可能感兴趣的文章
NOIP2017游记
查看>>
关于js的在ie和Firefox的差别
查看>>
node-webkit无边框窗口用纯JS实现拖动改变大小
查看>>
Extjs grid combo
查看>>
获取<考试>博文密码!o(*≧▽≦)ツ
查看>>
学习进度条
查看>>
leetcode-Subsets II-90
查看>>
In 和Exists
查看>>
shell 命令下载软件 安装软件
查看>>
LCA的五种解法
查看>>
Python 拓展之详解深拷贝和浅拷贝
查看>>
JavaScript备忘录-闭包
查看>>
词频统计报告
查看>>
Java NIO系列教程(十一) Pipe
查看>>
串口屏的特点和开发步骤 + 最好的串口屏产品推荐 .....!
查看>>
蓝桥校内选拔赛B题(不一定正确)
查看>>
数据验证
查看>>
JAVAWeb---HttpServletResponse中的方法
查看>>
一个不错的界面原型制作工具(Balsamiq Mockups)
查看>>
通过eclipse的egit插件提交提示Auth fail
查看>>