SOA - REST ADAPTER MULTIPART/FORM-DATA
Hi Oracle Community,
Is SOA 12c 12.2.2.1.4 supported invoking a rest service that has multipart/form-data ?
So far,
I have tried to passed json with object file with value base64 but didnt work.
i.e
{
file : "sdasdhiasdgboasdabase64"
}
I also tried sending the base64 file as query parameter but also didnt work.
Anyone with experience on working with this kind of scenario can share of your thoughts?