Forum Discussion

newbie10's avatar
14 years ago

mockservicerunner.bat

Hi
How do I start multiple services from the command line.

For eg, I want to start IOrderService MockService, ITimeZoneService MockService and IMyService MockService using the following command.

mockservicerunner.bat -m"IOrderService MockService" "C:\Documents and Settings\Ole Matzura\My Documents\demo2-soapui-project.xml"

I tried
mockservicerunner.bat -m"IOrderService MockService" -m"ITimeZoneService MockService" -m"IMyService MockService" "C:\Documents and Settings\Ole Matzura\My Documents\demo2-soapui-project.xml"

and also tried

mockservicerunner.bat -m"IOrderService MockService, ITimeZoneService MockService, IMyService MockService" "C:\Documents and Settings\Ole Matzura\My Documents\demo2-soapui-project.xml"

In the first case, only the first service is started whereas the second case does not work at all.

Thanks.
No RepliesBe the first to reply