Forum Discussion

sbernier's avatar
sbernier
New Contributor
11 years ago

Multipart files in the same parameter

Hi, I have a Spring Rest API that looks like the following: public void createRelease(@RequestPart("installers") List<MultipartFile> installers, ... I'm using SoapUI 5.0.0. I would to test my...