Hi all!
I am really struggling with this action.
I am trying to send JSON data to a REST web service.
JSON string is generated by a business rule, which contains a JSON Query (FOR JSON). Testing this business rule works fine, also umlauts are shown.
My configuration in request body is body type: Binary, which is the only way to send dynamic JSON data.
Somehow my encoding (which should be UTF-8) gets lost.
I am sending Content-Type:application/json in binary part headers, my assumption is that this header is not sent at all, also History in Admin mode does not show this header.
What am I doing wrong here or is it a bug?
Thanks a lot in advance & best regards, Nik
P.S.: Sending data from POSTMAN to my REST service works fine