Forum Discussion
My guess was right, after changing the URLs in the following places in the project file:
<con:interface definition="https://localhost:8444/foo/bar?wsdl" ... >
<con:definitionCache ... rootPart="https://localhost:8444/foo/bar?wsdl">
<con:part> <con:url>https://localhost:8444/foo/bar?wsdl</con:url>
The tests work without an error.
(I just changed the port number in the URL to something not used anywhere else)
PS: The problem occurs also in SoapUI 5.6.0 GUI and in soapui-5.1.0.jar (used in a program to run the tests).