OIC Multipart/Form-Data Attachment (CSV) Fails with 500 Error
in Integration
Summary:
I am using OIC to send data out to another system which accepts Multipart/Form-Data. It works fine in Postman but error out in OIC. I have followed documentation and referred to same issue in Customer Connect before still no luck.
https://community.oracle.com/customerconnect/discussion/805969/oic-generic-rest-mapping-multi-part-form-data
Postman CURL
curl --location 'https://secure5.saashr.com/ta/rest/v1/import/100?force_upload=true' --header 'Content-Type: multipart/form-data; boundary=c9236fb18bed42c49590f58f8cc327e3' --header 'Authorization: Bearer <hidden>' --form 'File=@"/C:/Users/arunprakash.kanagara/Downloads/INT005_NewHire_2025-10-13_10-10/Employee-89.csv"'
OIC Curl
Tagged:
0