Forum Discussion
Hi MV,
It is a real bug. I spent quite some time on debugging soapui and I think something is wrong with the order of the different kind of initializations that are taking place. Apearantly, the developers don't read this forumk.
Finally I decided to let it alone and use a workaround, which is: create a soapui-settings.xml with the required proxy settings and overwrite the existing settings before I call the testrunner. When I dont't want to use the proxy, I simply delete the settings and the testrunner will then create it again with the default values.
Regards,
Adrie
Thank you for the update and possible workaround. To bad that there isn't a proper solution for this yet. I will probably also use the workaround of replacing the default settings.xml via a batch file or something before executing the tests.