Eclipse Plugin(2)SOAP UI

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



猜你喜欢

转载自sillycat.iteye.com/blog/1555080