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