update local entry in wso2 esb via servce
问题 Is there any way by which, I can update local entry from esb service. I have to store a token in global variable and need to update it when it is expired. I want to keep it in local entry. Looks like I can not update it from ESB service/sequence. <localEntry key="TestLocalEntry" xmlns="http://ws.apache.org/ns/synapse"><![CDATA[TestValue]]></localEntry> 回答1: If you requirement is to store a global variable and not really update a local entry, you can use esb registry Try this js to create /