larsn
12 years agoContributor
REST binary testing
I'm (ab)using SoapUI for REST testing of binary media and using Groovy scripting to most of what I need. I can access the raw HTTP response via context.httpResponse.getRawResponseBody() since it re...