一、SoapUI 安装

在project测试中,如果引入wsdl报如下的错误:

  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 bytes

解决方案:关闭程序并找到SoapUI的安装位置中的SoapUI-4.6.4.vmoptions这个文件,在末尾加入 -Dfile.encoding=UTF8 可解决

 

二、SoapUI 使用

File -> New Soap Project - > Initial WSDL 导入.wsdl 地址/文件

如:http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?wsdl

1、打开对应的请求 requet

2、在右侧请求中要求输入参数(如: <web:byProvinceName>河南</web:byProvinceName>)

3、点击发送:绿色执行按钮