How to Generate Dynamic Word Documents in Java Using Templates (Apache POI)
Generating Word documents dynamically using templates in Java is a common requirement in enterprise applications.…
Ultimate Guide to the REST API Calls using Java Mapping
Introduction When working with SAP PI/PO or SAP CPI, Java Mapping plays a crucial role…
How to use Value Mapping in Java Mapping
Value Mapping is a crucial feature in SAP PI/PO that helps in transforming data values…
Read/Parse JSON Data in Java Mapping: A step by step guide
Introduction: In various scenarios, navigating and extracting data from JSON structures is a common task.…
Read/Parse XML using DOM Parser in Java Mapping
This blog shows the process to parse the XML file in Java Mapping using DOM…
Convert the InputStream to String in SAP PI/PO Java Mapping
Below is the code to convert the incoming input Stream to the String format and…
Wrap the payload into SOAP Envelope using java mapping in SAP PO
Requirement: We need to send the SOAP Envelope payload using REST Adapter. Solution: As the…
NTLM Authentication using REST Adapter in SAP PO
To establish the connection with the web- service using NTLM Authentication we need to use…
Upload file using Multipart/Form-data via REST Adapter
Requirement:The requirement was to upload a CSV file to a web service using multipart/form-data. Multipart/Form-data…