jmeter测试webservice接口
解决方法:
1.右键“测试计划”--》添加--》Threads(users)--》线程组(设置钱程数和循环次数)
2.右键“测试计划”--》添加--》Simpler--》SOAP/XML-RPC Request--》在URL:http://192.168.0.171:8600/ws/hello 在SOAP/XML-RPC Data中写下面的请求文即可
3.右键“SOAP/XML-RPC Request”--》添加--》监听器--》聚合报告(用来查看结果)
4.右键“SOAP/XML-RPC Request”--》添加--》置配元件--》HTTP信息头管理器--》设置编码(如果乱码就设置),名称:Content-Type 值:text/xml;charset=UTF-8
我SOAP/XML-RPC Data中的soap请求文:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Header/><SOAP-ENV:Body><q0:sendMsg xmlns:q0="http://ju.webservice.com/"><username>jcceshi</username></q0:sendMsg></SOAP-ENV:Body></SOAP-ENV:Envelope>