Forum Discussion

maarten's avatar
maarten
Occasional Contributor
14 years ago

Retrieve SSL Keystore, TestRequest Properties in a script

Hi I have a soapUI pro license, but since it was ordered with the email of the guy responsible for ordering at our company, I did not receive any password for the forum, I just got the license file. I can send you the license details trough a private message/mail if that gives the possibility to have access to post in the pro forum.

This is my question regarding soapUI pro:
Is there a possibility to retrieve the SSL Keystore value from the TestRequest Properties of a Test Step in a Script Assertion?

Thanks,
Maarten
  • maarten's avatar
    maarten
    Occasional Contributor
    Found the answer already, by sheer luck as it is not really documented.

    def keystore = context.getCurrentStep().testRequest.getSslKeystore()
    log.info( keystore );


    Cheers,
    Maarten