Hi! (This is on-prem)
I've been trying to setup an Azure Function (JAVA) to receive data over IMS from within a Data Flow.
However, no matter how much I try, I cannot find a way of even reading the MessagePayload content from the API call.
I do know that the IMS examples that you could download works, but these aren't Azure Function compatible, and I cannot find another way of replicating the setup.
Has anyone successfully implemented Azure Functions, and could give me a hint on how to grab the payload from the request?