gpt4 book ai didi

soapui - SOAP 故障 : soapenv:VersionMismatch Error

转载 作者:行者123 更新时间:2023-12-02 04:22:28 24 4
gpt4 key购买 nike

我正确地给出了所有请求,但无法得到响应。它显示版本不匹配错误。

请求集 XML

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://test1.test.com/ticket/v1" xmlns:v3="http://test1.test.com/commonheader/v3">
</soapenv:Header>
<soap:Body>
<sit:SubmitSectorRequest>
<sit:RadioEquipmentType/>
<sit:BBUPortNumber/>
<sit:vendorName/>
<sit:rrhEquipmentType/>
<sit:radioSerialNumber/>
<sit:radioID/>
<sit:radioFMId/>
<sit:ERPText>DBM</sit:ERPText>
<sit:antennaHeight/>
<sit:antennaTilt/>
<sit:antennaType>0</sit:antennaType>
<sit:effectivePower>290</sit:effectivePower>
<sit:equipmentId>T179</sit:equipmentId>
<sit:equipmentName>NS39 PENNINGTON BEND</sit:equipmentName>
<sit:forwardPower>20</sit:forwardPower>
<sit:market>DEOIT</sit:market>
<sit:orientation/>
<sit:region>CENTRAL</sit:region>
<sit:retSiteId/>
<sit:sectorId>3</sit:sectorId>
<sit:sectorStatus>1</sit:sectorStatus>
<sit:siteId>314179</sit:siteId>
<sit:tilt/>
<!--Optional:-->
<sit:submitter>BA4309</sit:submitter>
<!--Optional:-->
<sit:SoftSectorId>TNL03179_9</sit:SoftSectorId>
<!--Optional:-->
<sit:remoteUSID/>
<!--Optional:-->
<sit:isRRHTowerMounted>0</sit:isRRHTowerMounted>
</sit:SubmitSectorRequest>
</soap:Body>
</soap:Envelope>

响应 XML

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:VersionMismatch</faultcode>
<faultstring>Transport level information does not match with SOAP Message namespace URI</faultstring>
<detail/>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>

请帮助我修复此版本不匹配错误并分享解决方案

最佳答案

这是“xmlns:soap”值“http://schemas.xmlsoap.org/soap/envelope/”的问题 ,您可以使用“http://www.w3.org/2003/05/soap-envelope”来代替这个,这将解决您的问题。

SOAP 版本控制基于 XML 命名空间。 SOAP 1.1 由 schemas.xmlsoap.org 命名空间标识,而 SOAP 1.2 由第二个命名空间标识。

关于soapui - SOAP 故障 : soapenv:VersionMismatch Error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26233636/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com