It is often a requirement to have dynamic endpoint URLs. For example
when people develop synapse configurations they are in a dev
environment and they want these configurations to work without
changing many things in the production environment. Having
parameterized endpoints is a key to this kind of deployments.

So If we treat the endpoint URL as combination of synapse property
values and static strings this can be achieves easily and
consistently.

For example http://${HOST_PROPERTY}:9000/${URL}

Here ${} is used to refer an synapse property.

Thanks,
-- 
Technical Lead, WSO2 Inc
http://wso2.org
supunk.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to