51Testing软件测试论坛

标题: Jmeter进行SOAP/XML协议进行性能测试,运行响应结果有中文返回乱码 [打印本页]

作者: perterliu    时间: 2014-6-5 12:50
标题: Jmeter进行SOAP/XML协议进行性能测试,运行响应结果有中文返回乱码
哪位大侠遇到过, 怎么解决。在网上搜索了很多种解决办法都不行。
原因是请求中少了头文件导致,但是请求中又不能录入头文件。好纠结
脚本如下:

请求:
POST http://10.3.6.15:8080/tx_ws/services/TxService

POST data:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2ayFreezeAccount xmlns:ns2="http://www.ctrip.com/cwallet/ws/tx"><ayFreezeAccountReq><MerchantUid>wwwwww</MerchantUid><MerchantId>9999</MerchantId><ReferenceNo>123457</ReferenceNo><ItemName>测试</ItemName><ItemDesc>测试</ItemDesc><RequestTime>2014-05-30 00:00:00</RequestTime><Amount>100</Amount></PayFreezeAccountReq></ns2ayFreezeAccount></soap:Body></soap:Envelope>

[no cookies]

Request Headers:
Content-Type: text/xml
SOAPAction: ""
Connection: close
User-Agent: Jakarta Commons-HttpClient/3.1
Host: 10.3.6.15:8080
Content-Length: 459

影响结果:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2ayFreezeAccountResponse xmlns:ns2="http://www.ctrip.com/cwallet/ws/tx"><ayFreezeAccountRsp><ResponseHeader><ResultCode>202002</ResultCode><Description>订单已存在!</Description></ResponseHeader></PayFreezeAccountRsp></ns2ayFreezeAccountResponse></soap:Body></soap:Envelope>
作者: lsekfe    时间: 2014-6-26 13:22
哪位大侠遇到过, 怎么解决。在网上搜索了很多种解决办法都不行。
原因是请求中少了头文件导致,但是请求中 ...
perterliu 发表于 2014-6-5 12:50



    LZ这个问题解决了吗?希望能分享下~




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2