ContributionsMost RecentMost LikesSolutionsRe: Error 500 issue Hello Amarnath, seems like one of JSON key expecting a boolean, but instead you are getting a different string value in return which is causing the issue. Check with your developer. how the JSON schema is and what kind of values it is expecting. They might be able to help you. Re: soapUI+groovy+different test cases From where are you trying to access? if you are trying to access it from setup script testrunner cannot be accessed and throws this error. instead testRunner try runner.testCase.getPropertyValue("propertyname") Groovy script to get Request Method typeI wanted to pass the method name of my Request to generate a token. Instead manually passing the Method name in every test case is there any Groovy script where it generates the method name of that particular request? Please let me know. Thanks, Surya