Use a Custom Adapter Module to Integrate SAP PI with the JSON Format
At the moment, SAP Process Integration (SAP PI) does not support direct integration with the JavaScript Object Notation (JSON) format. Aaron Long shows how to develop a custom adapter module processor in Java to convert data between JSON and the XML format. Key Concept JavaScript Object Notation (JSON) is a lightweight data-interchange format. It is…