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.
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:
Post a Comment