In case you want to track your HTTP requests (e.g. to SOAP / HTTP / REST receivers), the SAP Plain Adapter Engine might offer a nice surprise to you. You…
Posts published in “Connectivity”
Adapter / Protocol / Security / Messaging
Functionality How can we make sure if a message was processed at all with SAP Process Orchestration? Today, no alert means no error.But what if the sender system did not…
Whenever possible, please try to avoid file-based integration (flat or not, going through the file system is not a good integration pattern), see blog post: Avoid using flat files!. However, sometimes…
Functionality In case you want to start an interface without scheduling a polling sender adapter (e.g. file) and you need a reliable trigger for a message transfer, this solution helps to set…
Functionality This Adapter Module is adding the current payload as an attachment to the SOAP XI 3.0 message of SAP Process Orchestration. It is useful, when the content is changed…
Functionality This BPM process collects (aggregates) messages for a system and then (after 5 minutes collecting) forwards them to a receiver (system/partner). It is a generic process that can collect any XML data…
MFT (Managed File Transfer) scenarios are not clearly described by SAP, so please follow this short description to set up a simple MFT scenario: Scenario Polling a source directory/folder via standard…
Whenever possible, please try to avoid file-based integration (flat or not, going through the file system is not a good integration pattern), see blog post: Avoid using flat files!. However, sometimes…
Functionality This Receiver Adapter is able to read a file from a directory (NFS/FTP/SSH) and process it further. The standard SAP File Sender Adapter is only able to continuously poll a directory…
Sync-Async Patterns with BPM on SAP NetWeaver Process Orchestration (PRO) are quite easy to implement. However, when you want to design the integration flow as lean as possible, this document might…