Forum Discussion
M_McDonald
14 years agoSuper Contributor
OK, I had been using a HTTP Request instead of a Test Request to work out the script, so instead of
def responseAsXml = context.expand( '${GetCountriesRequest#ResponseAsXml}' ) use def responseAsXml = context.expand( '${GetCountriesRequest#Response}' )