使用SoapUI测试调试web service接口详细教程

一、安装

1.1 下载

http://www.soapui.org/

网上也有很多可以免安装的。


1.2 安装

By downloading and installing soapUI using the windows installer from SourceForge soapUI Web Site, which includes the required 1.6 JRE (Java Runtime Environment). Use the installer if you are unsure about your systems Java installation or if you want startup menu icons and an uninstaller.
记得安装1.6 JRE 环境,双击安装就可以使用了。


二、测试

3.1 启动程序

使用SoapUI测试调试web service接口详细教程_第1张图片


3.2 新建工程

File->New soapUI Project

使用SoapUI测试调试web service接口详细教程_第2张图片

输入需要测试的测试地址,格式如下:

http://{url}?wsdl


3.3 查看web service 服务

使用SoapUI测试调试web service接口详细教程_第3张图片


3.4 测试调用

双击Request1,显示Request界面(有些需要先填入参数),点击绿色的提交按钮,就会递交请求,同时会在右侧返回结果,请求与结果都为XML格式。

使用SoapUI测试调试web service接口详细教程_第4张图片


三、小结

这样就可以开始对web service进行测试了。但是SoapUI的功能远不止这些,其可以对web service进行功能上和性能上的测试。


你可能感兴趣的:(java,Web,service,测试,调试,SOAPUI)