Forum Discussion

junaidgill's avatar
junaidgill
New Contributor
5 years ago

Saving contents of a gzipped Http Post request coming into SoapUI

I am receivng a gzipped HTTP Post request in SoapUI. My task is to save the zipped contents into a file using groovy script.   Here is how my groovy script looks like: import java.nio.file.* ...