原文指引: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>