Hi !
I am calling a web service that send me a zip file (Content-Type application/octet-stream), but i have trouble extracting the response from the Katalon response object. The only methods I found to extract the response as text (getResponseBodyContent and getResponseText) …
Is there other way to extract this binary response ?
Thanks by advance !