I would like to use Spring's PropertyOverrideConfigurer to set the address property of the jaxws:client tag so that DEV/PROD properties are auto-detected. But address is not a regular bean property.
Is there a way to specify the tag so that address can be treated as a bean property? b. P.S.: I know that a PropertyPlaceholderConfigurer could be an alternative. But for reasons irrelevant here, it is not an option for my app.
