响应正文未在Katalon Studio中显示

时间:2019-04-18 16:18:17

标签: soap automated-tests katalon-studio

我已经开始将Katalon Studio用于自动测试。我正在发送SOAP请求并获取响应状态,但不幸的是,在Katalon Studio中看不到响应正文。有什么办法可以看到响应正文?

You can see screenshot from here

enter image description here

1 个答案:

答案 0 :(得分:0)

尝试一下。我在这里提到(http://www.dneonline.com/calculator.asmx?op=Add)。我正在得到响应正文。

<?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>
    <Add xmlns="http://tempuri.org/">
      <intA>2</intA>
      <intB>3</intB>
    </Add>
  </soap:Body>
</soap:Envelope>