SilvioSchneider
16 years agoNew Contributor
Multiple SoapUI Projects as a windows service
hi
I am trying to set up mutiple soapui projects as a windows service.
Unfortunalty no luck so far.
I can run the services with comandline and autostart, but not as as windows service.
I tried autoexnt but it does work. :-(
Thats what I have in my autoexnt.bat
CALL C:\Programme\eviware\soapUI-2.5.1\bin\mockservicerunner.bat -b -m"1 Mock" "C:\project1.xml"
CALL C:\Programme\eviware\soapUI-2.5.1\bin\mockservicerunner.bat -b -m"2 Mock" "C:\project2.xml"
CALL C:\Programme\eviware\soapUI-2.5.1\bin\mockservicerunner.bat -b -m"3 Mock" "C:\project3.xml"
it does not evenstart the first service. any hint?
How is possible to run soapui as a windows service?
I am trying to set up mutiple soapui projects as a windows service.
Unfortunalty no luck so far.
I can run the services with comandline and autostart, but not as as windows service.
I tried autoexnt but it does work. :-(
Thats what I have in my autoexnt.bat
CALL C:\Programme\eviware\soapUI-2.5.1\bin\mockservicerunner.bat -b -m"1 Mock" "C:\project1.xml"
CALL C:\Programme\eviware\soapUI-2.5.1\bin\mockservicerunner.bat -b -m"2 Mock" "C:\project2.xml"
CALL C:\Programme\eviware\soapUI-2.5.1\bin\mockservicerunner.bat -b -m"3 Mock" "C:\project3.xml"
it does not evenstart the first service. any hint?
How is possible to run soapui as a windows service?