Forum Discussion

SteveM's avatar
SteveM
Occasional Contributor
13 years ago

Cannot use Global property for Keystores

soapUI version 4.5.1

Hello,

In soapUI and soapUI Pro when you add a keystore for a project it forces you to enter a path. This would be much more useful if we could manually adjust the field like we can with datasources. That way i'm able to use the ${projectDir} feature to drive the location of my datasources and keystores. I've already tested this by manually updating the project.xml file with success.

For example:
<con:source>C:\development\keystore\keystore.jks</con:source>

Updated to:
<con:source>${keystore}</con:source>

If you try and enter only ${keystore} via the GUI it will always appeand the path from the "Look In:" box
No RepliesBe the first to reply