Forum Discussion

SilvioSchneider's avatar
SilvioSchneider
New Contributor
16 years ago

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?

2 Replies

  • Hi all

    I tried firedeamon. I am able to ocnfigure and start soapui as a servcie, but it doesn't run!
    I am getting the message that it can't load the project file.

    Did somebody manage to run soap ui as a windoews service?

    any help?
  • solved it!

    It works with firedamon
    with java as the programm
    and soapui as the parameter.

    I had two problems to solve:
    1) making the url/uri for the projectfile a valid parameter
    2)project file is on a networkdrive->the deamon needs the right user access this drive.