1. SAP Help Portal
SAP Integration Suite Documentation: In the section on modeling basics
the "Start Message" event is described as the trigger for a process initiated by a sender. It states
"A message start event is triggered by a message from a sender. You connect a message start event to a sender participant through a channel." This directly links the event to an incoming message via an adapter like SOAP.
Source: SAP Help Portal
Cloud Integration -> Creating Integration Content -> Get Started with Integration Flow Design -> Define the Integration Flow Model -> Events -> Start Message Event.
2. SAP Help Portal
SAP Integration Suite Documentation: The documentation for configuring sender adapters explicitly shows the connection from a sender system to a Start Message event. For the SOAP adapter
this configuration is what exposes the integration flow as a web service.
Source: SAP Help Portal
Cloud Integration -> Creating Integration Content -> Configure Adapters -> Configure the Sender SOAP Adapter. The diagrams and configuration steps illustrate the adapter's connection to the Start Message event to receive requests.