[SOLVED] Send Binary File to REST Service (using IF_HTTP_CLIENT)

Hi everyone! I need to send a binary file (PDF) to a REST service. First of all, before develop something in ABAP, I tried the service using Postman.I have noticed that I can send the files in two ways: As a form-data:https://i.postimg.cc/Y9K4v8Lc/1st-way.png As a binary:https://i.postimg.cc/85R7MWL7/2nd-way.png I have replicated the first way (as a form-data) with the …

[SOLVED] Send Binary File to REST Service (using IF_HTTP_CLIENT) Read More »

Scroll to Top