Upload File in Request Body with different Content-Type and Content-Encoding in SoapUi
Dear SoapUi Team, first of all thank you for the software you provide. I am impressed by the rich features implemented. Sadly I am currently struggling a bit with SoapUi, but I am sure you can help me with that. I want to send binary data as an attachment in the body of a request to a REST API. The attachment is in the body, when the Content-Type and the Content-Encoding Header have the same value, as explained here: https://sqa.stackexchange.com/questions/22224/how-do-you-send-a-zip-file-in-the-request-body-in-soapui-readyapi The thing is that I am sending gzipped Json Data in the body. That means that the correct Content-Type is application/json and the Content-Encoding is application/gzip. Why is the body empty when I set the Content-Type to application/json and the Content-Encoding to application/gzip? Thank you for your help on this. Thank you, Jonas2.7KViews0likes3Comments