Forum Discussion
sujith
10 years agoNew Contributor
Hi,
I am not sure but using the Command Line like below
mockservicerunner.bat -m "IOrderSerhghvice MockService" "C:\Documents and Settings\Ole Matzura\My Documents\demo2-soapui-project.xml"
I can start the mock service.
but when I started it starts and keep waiting for Press nay key to continue to terminate the Service.
rather than that what I want is it can start and finish the Task then I can run another command line to stop the mock service or if we can start the mock service for some time Interval.
Is this Possible?
Thanks,
sujith.
nmrao
10 years agoCommunity Hero
That is right, because it is meant to be run in that way.
Even if an application is deployed in a web / application server, they continue to wait in order to serve the client request any time as they arrive.
That is why I was asking if you want to change the behaviour, it needs to be extended to cater your needs.
Even if an application is deployed in a web / application server, they continue to wait in order to serve the client request any time as they arrive.
That is why I was asking if you want to change the behaviour, it needs to be extended to cater your needs.
- sujith10 years agoNew Contributor
Hi,
Is it Possible to extend the API to Stop the MockService?
Thanks,
Sujith.