WSO2 ESB - Dynamic value for proxy parameters (transport)
问题 I need to be able to specify a dynamic value for proxy parameter. Actually, I have to specify each parameter with complete URL like : <parameter name="transport.vfs.FileNamePattern">.*.txt</parameter> I see some samples with property mediator and I guess it's working for next proxies but the problem here is that I need to change the proxy parameters value before its execution I think. I tried with a "trigger" proxy calling a custom mediator which change SynapseConfiguration of required proxy