Environment & Setup:
- System API (SAPI): Port 8081
- Process API (PAPI): Port 8083 (Calls SAPI via HTTP Request component)
Issue Description:
When running both APIs locally in debug mode, both applications deploy successfully. However, when PAPI sends an HTTP request to SAPI, execution does not trigger the breakpoints set in SAPI.
Troubleshooting Steps Taken:
- Reinstalled to the latest version of Anypoint Studio.
- Created a fresh workspace and re-imported the projects.
