soapui加载天气预报接口时报错如下:

Error loading [http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?wsdl]: org.apache.xmlbeans.XmlException: java.io.CharConversionException: Characters larger than 4 bytes are not supported: byte 0xb1 implies a length of more than 4 byte

截图如下:

soapui加载天气预报接口报错Characters larger than 4 bytes are not supported: byte 0xb1 implies a length of more...

解决办法:

在soapui的安装目录下找到SoapUI-4.6.4.vmoptions,在文件末尾添加-Dfile.encoding=UTF8,重启soapui即可。

相关文章:

  • 2021-11-07
  • 2022-12-23
  • 2022-12-23
  • 2021-03-27
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-08
  • 2021-08-28
  • 2022-12-23
  • 2021-06-20
相关资源
相似解决方案