Call multipart/form-data service To call a multipart/form-data service we will first deploy the sample service which we created in earlier tutorial – Create multipart/form-data service Upload the below zip file to Anypoint runtime manager or cloudhub and we will call the service through form upload html Create multipart/form-data service jar – form-upload-sample-jar Form upload html…
Read MoreCreate multipart/form-data service A multipart/form-data service can accept input from HTML form tag. It’s generally a POST call from HTML page but the payload will consist of form elements which are defined in HTML form tag. Elements are mainly of type – text or file. lets see how we can Create multipart/form-data service. Below…
Read More