Tiny toolkit to debug SAP Cloud Integration (CPI) Groovy scripts locally in IntelliJ IDEA with real sample payloads, then reuse the same scripts in CPI. Repo layout . ├─ samples/ │ ├─ order.xml │ ├─ ...
// Import the debug script module functions (we'll need to refactor the script to export functions) // Since the current script is a standalone executable, we'll test it by running it as a subprocess ...