tech321
5 years agoContributor
soapui parameter equivalent to curl parameter
Hi, here is my curl command that generates data in excel sheet.
curl --header "Content-Type: application/octet-stream" http://ipAddress:port/export --output myExcel.xlsx
I am trying to do the same in Soapui, and I do not know what to do with the "--output". Is there any equivalent to it in Soapui? Looking forward to an answer.
Hi guys, finally I found it. See the attached screenshot. A 'Save to file' button, then I call the file anyName.xlsx and I get the expected excel file. Very good and thanks for your help.