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
Seeburger SFTP Receiver Adapter with Dynamic Filename
Below show example usage of SFTP receiver adapter: Host name is target SFTP host want to connect. Port is default 22. Known hosts store is the key store view that contain SSH cert of the host. For the first time
SAP PI Custom Module PayloadAddBOMBean Development
Custom module to add byte order mark (BOM) characters to output file:
SAP PI Custom Module DynamicFileNameBean Development
File Adapter – Sender – Convert Multiple Fixed Length Structure to XML Using Key Field Name
This example convert 2 different recordsets inside single file to xml. First recordset is “SINGER”, second recordset is “SONG”. First column is 1 character length. It is a key column to identify different recordset. “A” from first half mean SINGER,
File Adapter – Sender – Convert Single Fixed Length Structure to XML
Previous example tested the CSV file with delimiter, now look at fixed-length file. The objective is to convert fixed-length file to xml representation. ABB, FULLNAME, GENDER and COUNTRY, each is with length 5,20,7,10 respectively. Example: The target message type
File Adapter – Sender – Content Conversion to Convert CSV file to XML
The objective is to convert csv file to xml representation. Example: The target message type is 2 columns that repeatable at node row. Document Name is the target message type. Document Namespace should be the namespace of the message type.