Before APEX 20.2, APEX_WEB_SERVICE package didn’t support multipart/form-data. If like me, you had to reach a web service which accept only this type of request body, you had to use the UTL_HTTP package and create the body by yourself. Nick Buytaert ...
lmoreaux.hashnode.dev1 min read
can we send blob and text multipart content together using apex append to multipart?
|| 'Content-Disposition: form-data; name="version"'
|| newline|| 1.0
|| 'Content-Disposition: form-data; name="maven2.asset1";'
|| v_file
Enock Oloo
HI, i need your help . how do you pass both text payload + blob attachment...thanks.