Forum Discussion
Unhandled
15 years agoContributor
Do the tests run if ServerA is offline? Try stopping your webserver.
I don't think soapUI is actually accessing ServerA to download anything. It is simply stating the URL where the schema info was originally downloaded from. The actual info is stored in cache, in your project file.
You could also try editing the soapUI project.xml and search for all instances of ServerA. Replace with ServerB, or even some non existent IP address. See if the tests still run successfully.
I don't think soapUI is actually accessing ServerA to download anything. It is simply stating the URL where the schema info was originally downloaded from. The actual info is stored in cache, in your project file.
You could also try editing the soapUI project.xml and search for all instances of ServerA. Replace with ServerB, or even some non existent IP address. See if the tests still run successfully.