SoapUI中“Response乱码没法解析”或者“Request和Response都为空”

Situation 1:this

If HTTP response's content is too large and the Accept-Encoding is "gzip,deflate", SoapUI will compress it, HTTP response show as below:spa

To fix this problem, we need to remove the "gzip" in the value of Accept-Encoding. It means we need to set the value of Accept-Encoding to "deflate" as below:ip

Situation 2 :rem

After run a step, the Raw are blanks both of Request and Response, and the "Transfer-Encoding" was "chunked" in Response.it

To fix this problem ,we also should add "Accept-Encoding = deflate" in the Headers:io

But if the Accept-Encoding is "deflate", and the Request and Response are also blank, you should delete the project and import it into the workspance. Then the test case will works well.test

相关文章
相关标签/搜索