wireshark配合jmeter测试webservice接口

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了wireshark配合jmeter测试webservice接口相关的知识,希望对你有一定的参考价值。

 

 

技术分享

 

技术分享

 

wireshark设置过滤

ip.dst==192.168.0.101 and ip.src==61.147.124.120 and http

 

技术分享

 

 

 

执行py文件

技术分享

技术分享

 

捕捉到的soap请求

技术分享

 

复制soap请求

技术分享

 

 

<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<getMobileCodeInfoResponse xmlns="http://WebXml.com.cn/">
<getMobileCodeInfoResult>13888888888</getMobileCodeInfoResult>
</getMobileCodeInfoResponse>
</soap:Body>
</soap:Envelope>

 

技术分享

 

 

技术分享

 

 

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:operation soapAction="http://WebXml.com.cn/getMobileCodeInfo" style="document"/>
<soap:Body>
<getMobileCodeInfoResponse xmlns="http://WebXml.com.cn/">
<getMobileCodeInfoResult>13888888888</getMobileCodeInfoResult>
</getMobileCodeInfoResponse>
</soap:Body>
</soap:Envelope>

 

 技术分享

 

技术分享

 





















以上是关于wireshark配合jmeter测试webservice接口的主要内容,如果未能解决你的问题,请参考以下文章

JVM性能优化--JVM参数配置,使用JMeter简单测试配合说明参数调优

jmeter+Jenkins配合使用

(网络安全)主动信息收集---端口扫描同时配合wireshark分析

解密由于 JMeter https 请求而生成的“加密警报”数据包(例如,通过 Wireshark)

学习总结jmeter概述

jmeter接口测试-使用rsa加密解密算法