saop ui默认生成的报文
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="http://webservice.payment.fs.kmss.landray.com/">
<soapenv:Header/>
<soapenv:Body>
<web:updateStatus>
<!--Optional:-->
<arg0>RDPZ20180404009</arg0></web:updateStatus>
</soapenv:Body>
</soapenv:Envelope>
点击运行提示
需在报文头增加用户名密码传递
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="http://webservice.payment.fs.kmss.landray.com/">
<soapenv:Header>
<tns:RequestSOAPHeader xmlns:tns="http://sys.webservice.client">
<tns:user>SAP</tns:user>
<tns:password>e10adc3949ba59abbe56e057f20f883e</tns:password>
</tns:RequestSOAPHeader>
</soapenv:Header>
<soapenv:Body>
<web:updateStatus>
<!--Optional:-->
<arg0>RDPZ20180404009</arg0></web:updateStatus>
</soapenv:Body>
</soapenv:Envelope>
接口通了,返回对应的报错信息。
具体为什么直接在
这里填写用户名密码无效,暂时原因未知