I'm currently working with an IT company, and MuleSoft is relatively new to me. While I've learned quite a few things, I'm encountering an issue.
My problem is that whenever I attempt to set a payload to display a specific value, it doesn't appear as expected in the response body, even when I hard code it in the transform message at the end of the flow.
What could possibly be causing this issue? Am I missing something in my configuration?
In the absence of your specific code, I'll provide an example based on my understanding of your use case. To proceed, please follow these steps:
Create a new project named 'mule-test'.
Replace the entire 'mule-test.xml' mule configuration file with the provided code below.
After deploying the application, you can access it using the following URL: http://localhost:8081/test.
Providing a screenshot while testing the application using Postman: