In this example, first module is to convert payload from XML to CSV format using MessageTransformBean. Then PGPEncryption module used to apply signature and encryption to CSV message, and finally send out to target using SFTP adapter or any other
Seeburger PGP Module to Sign and Encrypt Payload
PGP general flow (X send to Y):At X side sending, sign with X private key, Encrypt with Y public key.At Y side receiving, verify with X public key, Decrypt with Y private key.Below show an example usage of Seeburger PGP
SAP PI Custom Module PayloadAddBOMBean Development
Custom module to add byte order mark (BOM) characters to output file:
SAP PI Custom Module DynamicFileNameBean Development
ASync/Sync Bridge File-RFC-File using Modules at Receiver Adapter
In previous post Async/Sync bridge is established via modules at sender file adapter. This post will perform Async/Sync bridge via modules at receiver RFC adapter. The high level overview still the same: Detailed overview: Now the modules is configured at
ASync/Sync Bridge File-RFC-File using Modules at Sender Adapter
This post demonstrated an example of ASync/Sync bridge using adapter module. High level overview: An input file send asynchronous request to SAP PI, SAP PI route the request to synchronous RFC to return synchronous RFC result. SAP PI route the