1.首先,获取本地和接口的ip,以便设置过滤

2.wireshark设置过滤

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

3.执行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>

另外,也可通过firbug查看ip

<?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>

4.jmeter中添加http信息头、soap请求、断言、查看结果树

最新文章

  1. MyBatis学习总结(五)——实现关联表查询(转载)
  2. iOS.Performance-trick-presentViewController-is-so-slow-in-didSelectRowAtIndexPath
  3. OGNL和ValueStack
  4. C/C++中NULL的涵义
  5. BZOJ 1922: [Sdoi2010]大陆争霸
  6. 安装vim
  7. 【Office Word】论文排版有关技巧
  8. jquery上传图片插件plupload
  9. CSS3选择器(一)
  10. HDU 5056 Boring Count --统计
  11. powerdesigner中将表的name在生成建表sql时生成注释
  12. java基础学习总结六(对象与类、类的属性与方法)
  13. 使用QEMU调试Linux内核代码
  14. 基于AFNetworking 3.0的取消已发出的网络请求
  15. 可视化接口管理工具RAP,模拟数据,校验接口
  16. 可以设置超时版的的fetch
  17. Java DES 加解密(&quot;DES/EBC/NoPadding&quot;)
  18. vue常用
  19. 路由器配置及IP设置及ping命令使用
  20. IOS-网络(ASI使用)

热门文章

  1. iOS app签名原理
  2. docker部署rabbitMQ
  3. Redis_简单使用
  4. sqli-labs less 5-6
  5. Linux下批量ping某个网段ip的脚本
  6. nginx下目录浏览及其验证功能、版本隐藏等配置记录
  7. Oracle 转移符问题
  8. Practice5.1 测试与封装5.1
  9. git学习笔记——廖雪峰git教程
  10. aliyun centos14.04 trusty 上安装docker1.12.1