The docs at
http://www.soapui.org/userguide/functional/groovystep.html#soapUI_GroovyUtils say:
+ setPropertyValue( String testStepName, String propertyName, String value ) : sets the specified property valueI want to set a property at a higher scope than the testCase so that the Mock can expand this property.
Glenn