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...
- 5 years ago
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.