Get property value in JavaScript with script mediator
问题 Is there a way, inside the javascript code from WSO2 ESB's Script mediator, to get a property's value when this property has a scope different from "default" ? In case of a property with default scope : get-property('MyProperty') OR <script language="js"> mc.getProperty("MyProperty"); </script> In case of a property with 'transport' scope : get-property('transport','FILE_NAME') OR <script language="js"> mc.???????? </script> 回答1: It seems that you can not get properties of other scopes than