Hi All,
My service request mapping is :
@RequestMapping(value = "", headers = ("content-type=multipart/*"), method
= RequestMethod.POST)
I am trying to use this api through Swagger UI for which I have to upload a
file. I used below :
@ApiImplicitParam(dataType="file", paramType="form", value="PMML file
need to be uploaded.", required=true)
I am getting the option to upload a file. I selected file from my local and
uploading but it's not hitting my web service.
Please help me to solve this problem. What am I doing wrong here?
--
You received this message because you are subscribed to the Google Groups
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.