原文指引:https://www.cnblogs.com/marlonstudio/p/9830086.html
一、 填写webservice地址,post请求,Hearders中设置Content-Type为text/xml;charset=utf-8,
二、Body中设置请求raw的xml格式请求
三、发送send请求,返回请求结果
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:sendMessageResponse xmlns:ns2="http://webservice.mps.test.com/">
<params><?xml version="1.0" encoding="UTF-8"?>
<Resp><resultCode>0</resultCode><resultMsg>查询成功</resultMsg><messageInfos><sourceId>SXZZ_403</sourceId><title>2020审核提醒</title><content> 尊敬的XX您好,点击连接立即处理 http:x.x.x。</content><sendTime>2020-06-09 09:00:00</sendTime><createTime>2020-06-10 14:20:22</createTime><updateTime>2020-06-10 14:37:22</updateTime><sendType>web</sendType><userInfo>18401245085</userInfo><orgCode>T002</orgCode><source>/referral/downAduit?id=123</source><messageInfoId>5084</messageInfoId><readingState>1</readingState></messageInfos></Resp></params>
</ns2:sendMessageResponse>
</soap:Body>
</soap:Envelope>