How to access the java vaiables in the mule flows
Posted
by
RohanRasane
on Stack Overflow
See other posts from Stack Overflow
or by RohanRasane
Published on 2012-07-06T09:12:29Z
Indexed on
2012/07/06
9:15 UTC
Read the original article
Hit count: 207
mule
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.
© Stack Overflow or respective owner