Our REST uris are configured as https://resource/{template1}/{template2} - due to human error (template1 was not set), the originalUri can end up being stored in the soapui-project.xml as:
<con:originalUri>https://resource//B</con:originalUri>
This trips up the testrunner which throws:
ERROR:nu.xom.MalformedURIException: Double slash (//) in path
The SoapUI user interface does not have a problem with this, so it is strange seeing errors thrown when testrunner is executing which are not reproducible when executing the test manually.
Our REST uris are configured as https://resource/{template1}/{template2} - due to human error (template1 was not set), the
originalUrican end up being stored in the soapui-project.xml as:This trips up the testrunner which throws:
The SoapUI user interface does not have a problem with this, so it is strange seeing errors thrown when testrunner is executing which are not reproducible when executing the test manually.