Question
Change Content-Type in SAPOdata call
Hello,
I currently try to upload an image to SAP via Odata as Attachment.
Everything is fine, but i have one issue.
The SAP Endpoint expect a Content-Type : (f.e) image/png...
But the service send everytime application/json.
I've allready changed the getCustomHeaderParameters... still not working. Any Idea how i can change the content type?


