Eclipse Plugin(2)SOAP UI
Plugin URL http://www.soapui.org/eclipse/update, Install this on my eclipse.
Choose the SOAP UI workspace on eclipse
Click and choose the [Projects] -----> Right click to get the menu ---->[New SOAP UI Project]
Just put in the project name and the wsdl URL. Click ok to create the sample request.
All the method are listed in left hand.
Choose one service method and edit the sample [Request1]. Because I am using free version. So I only get XML/RAW.
I fill all the parameters in Request1 XML, click run button. I got the response from server side in XML format.
I add this request to my TestSuite and lanch the test suiter runner.
Error Message:
command: cmd.exe /C testrunner.bat -sCheckoutServiceTestSuite D:\company\soapui\stage-soapui-project.xml
'testrunner.bat' is not recognized as an internal or external command,
operable program or batch file.
Solution:
add this to my path=C:\Program Files (x86)\SmartBear\soapUI-4.0.1\bin
references:
http://marketplace.eclipse.org/content/soapui-eclipse-plugin
http://www.soapui.org/IDE-Plugins/eclipse-plugin.html
http://www.soapui.org/Getting-Started/web-service-sample-project.html
Plugin URL http://www.soapui.org/eclipse/update, Install this on my eclipse.
Choose the SOAP UI workspace on eclipse
Click and choose the [Projects] -----> Right click to get the menu ---->[New SOAP UI Project]
Just put in the project name and the wsdl URL. Click ok to create the sample request.
All the method are listed in left hand.
Choose one service method and edit the sample [Request1]. Because I am using free version. So I only get XML/RAW.
I fill all the parameters in Request1 XML, click run button. I got the response from server side in XML format.
I add this request to my TestSuite and lanch the test suiter runner.
Error Message:
command: cmd.exe /C testrunner.bat -sCheckoutServiceTestSuite D:\company\soapui\stage-soapui-project.xml
'testrunner.bat' is not recognized as an internal or external command,
operable program or batch file.
Solution:
add this to my path=C:\Program Files (x86)\SmartBear\soapUI-4.0.1\bin
references:
http://marketplace.eclipse.org/content/soapui-eclipse-plugin
http://www.soapui.org/IDE-Plugins/eclipse-plugin.html
http://www.soapui.org/Getting-Started/web-service-sample-project.html
本文介绍如何在Eclipse中安装SOAP UI插件并创建SOAP UI项目。通过指定项目的名称和WSDL URL来生成请求样本。文章还详细说明了如何运行请求并处理可能遇到的错误。
2161

被折叠的 条评论
为什么被折叠?



