How do you dynamically switch WCF Web Service Reference URL path through config file ?
There is no dynamic switching. Each time you want to use another URL you must create new instance of service proxy (client) and pass EndpointAddress or enpoint configuration name to the constructor.