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:
SAP PI Custom Module DynamicFileNameBean Development
SOAP2SOAP – Sync Sender SOAP to Sync Receiver SOAP Currency Web Service
This post demonstrated sync sender SOAP to SAP PI, then PI call another receiver SOAP currency web service, then return the currency exchange rate response back to original SOAP requester. Overview flow: The external web service tested is this free
SOAP2RFC – Sync Sender SOAP to Sync Receiver RFC
This post demonstrate sync sender SOAP adapter to sync receiver RFC adapter. Create ECC function module, a simple function to combine first name and last name. Create below PI ESR objects, and import RFC function module. Create below PI ID
SOAP Adapter – SOAP2FILE using SOAPUI, NWDS, iFlow and ICO
This is a scenario to use SOAPUI tool to trigger web service via sender SOAP adapter, then convert to output file via receiver file adapter. Create graphical iFlow view: iFlow = IF_SOAP2FILE_MAPPING Sender system = BC_SOAP_A Receiver system = BC_B