How to access the java vaiables in the mule flows
- by RohanRasane
Scenario
I have a variable in the Java file, which I want to access in the mule config xml. How do I do that.
Example - There is a web service which passes params like this
localhost/apiname?name="dynamic data"
So while hitting the web service I want to pass param "name" as a dynamic data. How do I do that. I assume if I'm able to access the Java variable in the xml file then that will be possible.