In this lesson, the following topics are discussed:
- Handle Attachments.
- File Transfer.
- Decouple integration flows.
- Use Converters.
Handle Attachments
In this lesson, you are not using attachments, but you will learn how to handle them effectively in integration flows, where a file is specified in a format such as text files, and attached as an exchange parameter.
Read more here:
File Transfer
This lesson covers transferring files from a server, although it does not involve the use of attachments.
Read more here:
Decouple integration flows
In this lesson, you learn about decoupling processing, which involves asynchronous decoupling of the processing of integration scenarios between the sender and the integration flow.
Read more here:
- Decouple Sender and Flows Without Persistence
- Decouple Sender and Flows Using Persistence (using either the data store or JMS message queues)
Decouple with SOAP Adapter
This lesson uses a specific configuration for the SOAP adapter, which invokes the integration flow asynchronously. The configuration is as follows:
- Message Exchange Pattern: One-Way.
- Process Settings: WS Standard.
Use Converters
This lesson provides guidance on how to perform file format conversion, but it is important to note that converters are necessary as there is no internal message format like in Process Integration with the XI Message Protocol. XML is the most commonly used format as it is required for Message Mapping and XPATH operations, as well as the JSON format.
Read more here:
Summary
Attachments can be created, modified, and combined, while files can be retrieved using the SFTP adapter in various ways. Asynchronous decoupling of integration flows separates the call time from the processing time. It's also important to note that XML or JSON formats are necessary for message mapping and XPATH operations.