IP 2017 - Attachments
i,
We have a new projet from the scratch with IP2017 and I have a requirement about attachments: receive and send by web service.
When I try send the file by REST, after the creation of IO with an IC attachment, I can't send the binary. If I analyse the EAI Siebel Adapter output after invoke Query method, I can see the binary encoded on base64 but I can't get that string.
About the inbound flow, is it possible receive a binary encoded base64 and add to my attachment BC after decode to binary?
Can you provide any solution for that.