WSO2ESB: Property setting not accepting empty value
问题 Actually I'm trying to get an empty value when I set a Property in a sequence in WSO2 ESB with an empty string. I have tried many things but always get the result "null" or "\"\"" instead of "" when I get the property, here is my code: <property value="""" name="arq.general.DestinationSystem" scope="default" type="STRING" xmlns:ns="http://org.apache.synapse/xsd" xmlns:ns2="http://org.apache.synapse/xsd"/> <property name="arq.general.ParentInstanceID" scope="default" type="STRING" value=""/>