Forum Discussion

PeterPe's avatar
PeterPe
New Contributor
9 months ago

Soapui equivalent for curl -F (multipart/form-data)

I have a working curl command and want this to be integrated into soapui. The main problem is, that the api needs the binary file content in body (-F @curl). How can I achieve this? curl -X POST -H ...