基本肥皂请求问题



我是SOAP协议的新手。

我有这个样品肥皂:

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <processSOAPReq xmlns="http://tempuri.org/">
      <sRequest>string</sRequest>
      <sResponse>string</sResponse>
    </processSOAPReq>
  </soap:Body>
</soap:Envelope>

我给了另一个带有示例请求的XML。我一直在尝试将此示例请求放在上面的<sRequest>string</sRequest>中,但我总是得到Bad Request

server was unable to process request. ---> Value cannot be null. Parameter name: input

我在做什么错。我已经尝试使用Soapui已经尝试了很长时间了。

顺便说一句,我也有WSDL,但我仍然不明白正确的请求应该是什么。

我建议您检查值是否与参数匹配,然后仔细检查WSDL文件。

相关内容

  • 没有找到相关文章

最新更新