ContributionsMost RecentMost LikesSolutionshow to generate http report by command line by SoapUI free version I'm try to generate a html report by soapUI open source. I use command: testrunner.bat -FHTML -R"JUnit-Style HTML Report" projectname.xml or testrunner.bat -R"JUnit-Style HTML Report" projectname.xml but I didn't work. Re: how to change Content-type of attached file in REST API I did it. but I still not effect. in draw request It still display content type is application/oct... how to change Content-type of attached file in REST API I attached a mp3 file into the request, but the Content-Type is application/octet-stream. But my server side only accepts audio/mp3. How can I change Content-type to send the request with audio/mp3 Content-Type?