ReadyAPI 3.9.2 - Deactivate check for incorrect endpoint?
Release Notes 3.9.2
Now, ReadyAPI checks an endpoint format and posts an error message to the log in case the endpoint is invalid. It helps you find the cause of the test failing when you, for example, misprint the endpoint.
Is there a way to deactivate this check? ALL my tests are failing because of this change. My tests were working with 3.9.1 so the endpoint is not invalid.
Thu Aug 26 13:33:26 CEST 2021: ERROR: com.eviware.soapui.support.IncorrectEndpointException: An incorrect endpoint is specified for the request [xxxxx xxxxx]
Hi everyone, I've spoken to the Team about this behaviour, looks like this is going to be fixed in ReadyAPI 3.10.0.
The current workaround is to use the previous version of the tool - e.g. ReadyAPI 3.9.1.
Got this from the support:
We are glad to inform you that we have just released ReadyAPI 3.10.0 in which you can disable the endpoint check by passing the following parameter:
-Dreadyapi.skip.endpoints.checks=true
Depending on the way you run ReadyAPI, provide the parameter in the .vmoptions file or the .bat\.sh file. To learn how to do this, please see the Modifying Advanced Settings help topic.Adding the option to the vmoptions worked for me.