Can't apply concat function in WSO2 ESB CONFIGURATION with json-eval
问题 I'm trying to set this expression in order to obtain the output file name as a concat between the name of the city and the extention of the file: <?xml version="1.0" encoding="UTF-8"?> <sequence name="WriteFile_City" xmlns="http://ws.apache.org/ns/synapse"> <property expression="concat(json-eval($.city.name),'.xml')" name="transport.vfs.ReplyFileName" scope="transport" type="STRING" xmlns:ns="http://org.apache.synapse/xsd"/> <property name="OUT_ONLY" value="true"/> <send> <endpoint> <address