I am a newbiee to IBM Mobile First. I was trying to send a multi-part request using MobileFirst HTTP Adapter. But after googling, I came to know that it is not possible in MFP JavaScript Adapter (constructing a multipart form request in a adapter using MobileFirst version 6.3). But, since, this question is not specifying anything about MFP v8.0, so it let me to again search for help on Internet, but I failed to get any working solution. So, my questions are:
Is it possible to create multi-part request from adapters with WL.Server.invokeHttp() function on adapter side?
If yes, then please guide me with the process with which I can send multi-part request from IBM server to my actual server; and if no, please tell the ways with which I can send multi-part request from IBM server to my actual server (since API I am hitting needs data to be in multi-part format)?
IBM must have provided some way to make multi-part request from Adapters, to the extent I think.
Explanations with answer will be more appreciated as it would help to take brief look into this topic.