anita
5 years agoNew Contributor
multipart/form-data post request is not working on SoapUI but works fine in Postman
I'm testing a multipart/forma-data request to upload a file(image-jpg, doc, etc) in SOAP UI. It gives 200 success message but does not uploads the file. The same request is working fine through the Postman tool.
I followed the same steps which are mentioned at most of the forum's to resolve such issues with the attachments in SOAP UI. I am adding one of the link below which I referred while configuring this on SOAP UI.
I attached my configuration in SOAP UI .
The only difference I can see with respect to Postman is that the SOAP UI generates the boundaries for multipart-form-data differently. It does not add boundary end tag after the contents. I am not sure if that is an issue here.