'multipart/form-data' content type not supported in Response
An issue is found when we are trying to download a preloaded file. As we are returning "Content-Type" as "multipart/form-data", SOAP UI is not able to handle this content type in the response. If we change the content type to "csv/text", then SOAP UI is able to download the file. Please suggest what is to be done.