response中文显示乱码,可以设置Editor Settings>>Editor Font为宋体。 

 

若response结果中json为“<no JSON content>”,可按下图方法解决。  

import com.eviware.soapui.support.types.StringToStringMap 

def headers = new StringToStringMap() 

headers.put("accept","application/json") 

request.setRequestHeaders(headers) 

相关文章:

  • 2021-09-29
  • 2021-07-28
  • 2022-01-30
  • 2021-04-20
  • 2022-12-23
  • 2022-01-28
  • 2022-12-23
  • 2021-11-21
猜你喜欢
  • 2021-09-15
  • 2021-11-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
相关资源
相似解决方案