Jmeter發送SOAP請求對WebService接口測試web
1.測試計劃中添加一個用戶自定義變量app
2.HTTP信息頭管理器,添加Content-Tpe, application/soap+xml;charset=utf-8測試
3.添加SOAP/XML-RPC Requestxml
URL:http://ws.webxml.com.cn/WebServices/WeatherWS.asmxblog
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<getSupportCityString xmlns="http://WebXml.com.cn/">
<theRegionCode>${regionCode}</theRegionCode>
</getSupportCityString>
</soap12:Body>
</soap12:Envelope>接口
4.添加察看結果樹utf-8