Tuesday, September 15, 2015

Running the soap ui using command prompt

Inside bin folder of SOAPUI we find command mockservicerunner which is used to run the soapui throung command prompt.

mockservicerunner.bat -m "WeatherSoap MockService" "C:\Soap_UI\TestWeatherWSDL-soapui-project.xml"

To cross verify open the SOAPUI and run the request we will get our mock response


Note:To run SOAP UI as a service use nohup command in linux.

No comments: