Forum Discussion

tech321's avatar
tech321
Contributor
6 years ago
Solved

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...