SoapUI 5.x使用
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)

浙公网安备 33010602011771号