Forum Discussion
grussell
14 years agoContributor
You can open up the soapUI project file and do a find and replace or, even better, find and replace the server urn+port with ${#Project#EndPoint}
Then save the file and reload it in SoapUI
then click on the project root node in SoapUI, select Custom Properties tab bottom left then, add a new one called EndPoint and type the server:port in there and all your tests will use that.
Then save the file and reload it in SoapUI
then click on the project root node in SoapUI, select Custom Properties tab bottom left then, add a new one called EndPoint and type the server:port in there and all your tests will use that.