Yeah, it's D here. Timer with 'Run Once' is the event that auto-triggers the iFlow as soon as you deploy it, no message required. Router (B) only processes incoming messages after the flow starts, can't actually start it itself. I think that's what SAP is looking for, but open to other views.
Don’t think it’s B here. Cloud Integration is more about the underlying tech, but SAP’s holistic integration focuses on styles: Process (A), Event (C), and Data (E). D is a bit of a trap since “domain” sounds broad but isn’t called out as a pillar. Pretty sure A, C, E match exam-style practice, let me know if I’m missing something.
B and D seem tempting but are kind of decoys. "Domain Integration" isn't an official SAP style as far as I've seen in the suite docs. Anyone else notice they use Process, Event, and Data for the main types?
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!
Option C is the one for inbound messages, so ESBMessaging.send fits here. B looks tempting but that's more for general sending, not integration process inbound via SOAP. SAP likes to trip you up with these names! Anyone see documentation that says otherwise?
Looks like it's C and D here. SAP API providers automatically generate an OpenAPI spec and a Swagger UI for OData services, so those options fit the usual behavior. WSDL and RAML are for other protocols or aren't the native output in this setup. If someone has seen a different default in SAP, let me know, but I think C/D are right.
Official SAP docs and some sample practice tests both show 200 (C) as standard for success with API calls. Pretty sure that's what the exam expects, but feel free to check a guide if you want to be certain.