Wireshark with JMeter Test WebService interface

Source: Internet
Author: User
Tags soap

Wireshark Setting Filter

Ip.dst==192.168.0.101 and ip.src==61.147.124.120 and HTTP

Executing a PY file

The captured SOAP request

Copy a SOAP request

<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 with JMeter Test WebService interface

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.