1.webservice接口地址:http://ip:port/...?wsdl
2.接口数据类型:<cuxGmiChukuRmaTrxV><salesrepId xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="">1065088</salesrepId>......</cuxGmiChukuRmaTrxV>
3.通过webservice接口发送请求
1.使用SoapUI获取webservice接口请求格式
创建soap请求

输入名称及webservice接口地址

获取webservice接口请求格式,<billContents>?</billContents>中?用(<
请求头类型

2.使用jmeter发送webservice接口请求
jmeter3.2以前版本有soap请求,之后取消了soap请求,通过http请求代替
添加请求头

添加http请求

请求参数格式
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="http://webservice.doublecrane.seller.medicine.xforceplus.com/">
<soapenv:Header/>
<soapenv:Body>
<web:pushBill>
<!--Optional:-->
<billContents><
点击发送就可以看到结果了