码迷,mamicode.com
首页 > Web开发 > 详细

wireshark配合jmeter测试webservice接口

时间:2017-05-23 13:19:17      阅读:303      评论:0      收藏:0      [点我收藏+]

标签:XML   过滤   分享   设置   com   技术分享   shark   doc   测试   

 

 

技术分享

 

技术分享

 

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接口

标签:XML   过滤   分享   设置   com   技术分享   shark   doc   测试   

原文地址:http://www.cnblogs.com/cdtest/p/6893482.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!