这个问题很疯狂。我不明白为什么它的表现。我想应该有版本问题。当我在SOAPUI工具中运行请求时,它给了我正确的响应。
但是,当我通过将相同的请求对象传递给同一个Web服务来运行我的代码库时,它会显示Mismatch版本。任何人都可以帮我解决这个问题?
<?xml version='1.0' encoding='UTF-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
<wsa:Action>http://www.w3.org/2005/08/addressing/soap/fault</wsa:Action>
</soapenv:Header>
<soapenv:Body>
<soapenv:Fault><faultcode>soap:VersionMismatch</faultcode>
<faultstring>Transport level information does not match with SOAP Message namespace URI</faultstring><detail/>
</soapenv:Fault></soapenv:Body></soapenv:Envelope>