This example demonstrate the usage of content modifier step, to set and get header, property and body. IFlow consist of 2 content modifier steps and log01, log02 script steps.Click on any blank area in iflow, then set the namespace like
Debug/Logging Headers, Properties, Payload Body using Groovy Scripts
This post show Groovy scripting to read and log all header, properties in message log, and payload body as attachment, then can be viewed in Monitoring Message Processing Log, for troubleshooting and debug purpose.Reuse previous iFlow, the completed iFlow is
Simple Hello iFlow using Sender SOAP Adapter, WSDL and Mapping Step
In this example, create a simple iFlow in HCI, expect an input with <Name> variable, then perform mapping step, and output “Hello <Name>” as result.This is the test run using SOAPUI:The URL consist of Runtime URL provided by your HCI
REST Lookup using Java Mapping or UDF
Recent project required to do a REST Lookup inside Java Mapping.At ESR side, the input stream Need to be in XML format. The output stream in this example is XML format as well.At ID side, Beside creating receiver REST communication
SAP PGP Encryption module Reuse PGP key with Signature and Encryption
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
SAP SFTP Receiver Adapter with Dynamic Filename
This example show SAP own SFTP receiver adapter to connect to Concur SFTP site, to send master data to Concur. Enter Server host name, default port for SSH is 22. The Server fingerprint can get from SFTP client, like FileZilla,
TrustedCA import cert to solve PKIX path building failed error
Below show example error of PKIX path building failed when do a REST HTTP call and how to solve it: Error message: Go to website that the do REST HTTP call, this is firefox browser, click that: More: View Certificate:
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
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:
