【问题标题】:Response body not showing in Katalon StudioKatalon Studio 中未显示响应正文
【发布时间】:2019-04-18 16:18:17
【问题描述】:

我已经开始使用 Katalon Studio 进行自动化测试。我正在发送 SOAP 请求并获取响应状态,但遗憾的是在 Katalon Studio 中看不到响应正文。有什么方法可以让我看到响应正文?

You can see screenshot from here

【问题讨论】:

    标签: soap automated-tests katalon-studio


    【解决方案1】:

    试试这个。我在这里提到(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>
    

    【讨论】:

    • 感谢您的回复。我电脑的操作系统是Win7。就是这样,我看不到响应体。现在,我用win10,没有任何问题。
    猜你喜欢
    • 2019-05-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-11-04
    • 2013-08-21
    • 2017-08-16
    • 2014-07-29
    • 1970-01-01
    相关资源
    最近更新 更多