AlexDa
9 years agoOccasional Contributor
How do I retrieve a JMS Security exception object in SoapUI?
How do I retrieve a JMS Security exception object in SoapUI, to extract and parse the message in groovy script? The default JMS Status assertion is not suitable, as I would like to test a negative scenario, such as having the wrong username/password when reading/writing on a queue. I want the custom assertion to pass, by parsing the message from the exception object and validating it.