wrote:
Yammer wants form encoded content, and as far as I know, that means binary data should be base64 encoded. So it's not what OutSystems wants, but what Yammer wants (note that if you create or consume a REST service and have a Binary parameter, that will be base64 encoded as well).
Hi Kilian,
You're right. Yammer does expect form encoded content. So is there any other way I can achieve this on Outsystems?
Thank you for your help.