1. 程式人生 > >Jmeter發送SOAP請求對WebService接口測試

Jmeter發送SOAP請求對WebService接口測試

webx 接口測試 schema port p12 url 自定義變量 jmeter odi

Jmeter發送SOAP請求對WebService接口測試

1.測試計劃中添加一個用戶自定義變量

技術分享圖片

2.HTTP信息頭管理器,添加Content-Tpe, application/soap+xml;charset=utf-8

技術分享圖片

3.添加SOAP/XML-RPC Request

URL:http://ws.webxml.com.cn/WebServices/WeatherWS.asmx

<?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.添加察看結果樹

技術分享圖片

Jmeter發送SOAP請求對WebService接口測試