xikandar, I cannot see any Content-Type definition in your HTTP request. What actually the target service expects/requires? Do you have any specification, how the requests should look like?
To be honest, I wonder why SoapUI offers only the textual (json, xml) and multipart media types for the HTTP request.
As far I understand you do no need to send multipart HTTP with attachments, but only the binary content. The only workaround I can think of is:
- set the HTTP header "Content-Type" manually to e.g. application/octet-stream
- put the binary data into the request window (here's the risk of malforming binary data)
nmrao, do you have any idea how to send a simple binary HTTP request? I use binary data very rarely.
Karel