This blog will provide a step-by-step guide on how to create SOAP to Mail Scenario in SAP CPI (Cloud Platform Integration).
The scenario will not have any mapping but will help in understanding the configuration steps.
Here is an iflow
This blog will provide a step-by-step guide on how to create SOAP to Mail Scenario in SAP CPI (Cloud Platform Integration).
The scenario will not have any mapping but will help in understanding the configuration steps.
Here is an iflow
This blog will explain the concept of data store in SAP CPI (Cloud Platform Integration).
Data Store is a collection of operations to allow you to store and retrieve messages into/from the database. You can use these operations to store, retrieve or delete entries from the data store.
This blog will explain how to use Splitter in SAP CPI.
A Splitter step allows you to break the message into smaller parts, which can be processed independently.
Cloud Platform Integration has 4 types of Splitters:
This blog will explain Aggregator in SAP CPI ( Cloud Platform Integration) and how it can be used in iflows.
An Aggregator is a process step used for collecting messages until a condition is met.
It can collect messages across many executions of an integration flow, not only one. If the integration flow receives 5 messages, all the messages are collected by the same instance of the Aggregator.
The Aggregator collects the messages in a data store and you can only aggregate XML messages.