ContributionsMost RecentMost LikesSolutionsjavax.net.ssl.SSLHandshakeException for 5.6.0 Hello I getting below error for soap UI open source 5.6.0 version ERROR:javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target but its working fine for soap UI open source 5.5.0 version is anyone facing same issue? How to format json response body in soap UI I am getting json body from rest response with escaped cahrs as shown below. How to format josn response in soapUI using groovy script? { "employee": "{\"name\":\"John\", \"age\":30, \"city\":\"New York\"}" } Expected Output: { "employee": { "name": "John", "age": 30, "city": "New York" } } Re: Script Challenge - Unescape Json Strings groovyguy TanyaYatskovska hey how to add an Event to the project in soap UI(not in soap UI pro)? I am using open socure soap UI