错误:
<soapenv:Envelope xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:tem=“http://tempuri.org/”>
soapenv:Header/
soapenv:Body
tem:QueryOneWeekForReserve
tem:strXMLReq042020-10-31 23:59:5912020-10-27 00:00:019991220</tem:strXMLReq>
</tem:QueryOneWeekForReserve>
</soapenv:Body>
</soapenv:Envelope>
需要加![CDATA[参数]]标签
<soapenv:Envelope xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:tem=“http://tempuri.org/”>
soapenv:Header/
soapenv:Body
tem:QueryOneWeekForReserve
tem:strXMLReq<![CDATA[2020-10-29 00:00:002020-10-30 12:34:1840999122]]></tem:strXMLReq>
</tem:QueryOneWeekForReserve>
</soapenv:Body>
</soapenv:Envelope>