I have created a project in Soap UI 5.2.1 free version. I am able to execute the test cases in this project using Soap UI's command line utility. I have stored the command to execute the test case in a vbs file.
When I run this vbs file via Windows task scheduler using a general user's account, the test cases are executed fine. However when I try to run the vbs file via windows task scheduler using a service account user, the executions get paused.
When I look at the logs, steps till "All plugins are loaded" are completed however it does not execute anything ahead. I tried using the jre that comes with Soap UI zip package as well with installing jre in my system.
Any help with this regards is much appreciated.