ContributionsMost RecentMost LikesSolutionsRe: Skip property transfer from groovy? (groovy.lang.MissingMethodException: No signature of method:) after adding above script in to my groovy script, error is gone and create excel file but not write REST test step request/response into excel file. any though? Skip property transfer from groovy? (groovy.lang.MissingMethodException: No signature of method:) Hi I have test cases contain around 20 test step, 5 test step are property transfer. after running Test cases, i run groovy script to save request/response and test step name into excel file, but i got error groovy.lang.MissingMethodException: No signature of method: com.eviware.soapui.impl.wsdl.teststeps.PropertyTransfersTestStep.getRestMethod() is applicable for argument types: () values: [] error at line: 43 line 43 from my groovy script call method getRequestURI. my groovy script running well when i remove property transfer from test cases, how to skip property transfer from groovy script when i want to save it into file? or if i need to include property transfer step to excel file, how to do it? thx