Forum Discussion
nmrao
10 months agoChampion Level 3
It is possible to achieve what you are looking for without additional settings.xml.
All it is required is to go to Project, Load Script and add below
import com.eviware.soapui.SoapUI
import com.eviware.soapui.settings.HttpSettings
SoapUI.getSettings().setBoolean(HttpSettings.ENCODED_URLS, true)
SoapUI.saveSettings()
Of course, if you want to pass value i.e., true or false from command line, please use project property instead of true in the above.
NOTE: the above worked on Open Source, not tried with ReadyAPI.
Related Content
- 2 years ago
- 4 years ago
- 3 years ago
- 11 years ago
- 5 years ago
Recent Discussions
- 5 days ago
- 9 days ago