基本肥皂请求问题

时间:2017-02-20 22:31:38

标签: web-services soap wsdl

我是SOAP协议的新手。

我有这个示例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,但我仍然不明白正确的请求应该是什么。

0 个答案:

没有答案