Does anyone know if SAP plans to support JSON as an internal format anytime soon? I keep seeing XML everywhere for Cloud Integration, but with all the modern API trends, just wondering if they're making a shift or sticking with XML for now.
Option A seems right, since SAP's Cloud Integration engine processes everything as XML internally. Even if the data comes in as JSON, it gets converted to XML for the actual mapping and flow steps. Pretty sure about this, but someone correct me if SAP changed the backend recently.
I don’t think it’s B or C here. SAP Cloud Integration always standardizes the payload to XML internally, no matter what comes in. JSON is just an input or output format, but internally everything gets converted to XML for processing (mapping, routing). Pretty sure A is right unless recent updates changed this-happy to hear if I'm missing a trick!