Forum Discussion
nmrao
9 years agoChampion Level 3
May be you can set the preferences one time and these are saved in soapui-settings.xml file. And use this fixed soapui-settings.xml everywhere when soapui/testrunner is invoked. Does it work for you?
- harinadha9 years agoOccasional Contributor
I am using the below snippet to create entity in keystores.
import com.eviware.soapui.settings.SSLSettings
import com.eviware.soapui.SoapUI
//Set
SoapUI.settings.setString (SSLSettings.KEYSTORE, pathToKeystore)
SoapUI.settings.setString (SSLSettings.KEYSTORE_PASSWORD, keystorePassword)
// getSoapUI.settings.getString (SSLSettings.KEYSTORE, "Test SSL")
however, entity is not created successfully, and code is does not through any issues.
requirement is to create keystores with .jks file and use the same file while sending the request to server..
Any thoughts / workarounds.
Related Content
- 4 years ago
- 5 years ago
Recent Discussions
- 15 years ago