Forum Discussion

vinay's avatar
vinay
Occasional Contributor
16 years ago

[RESOLVED]How to parameterize/ capture REST GET Request using groovy

I have a REST web service that takes zip code in the URL ( http://testexample.net/weatherbyZipcode/{zipcode}). I would like to populate the zip code from the response of a previous request. So I am wr...