Proposal to avoid the setting of the locationUri property for ProviderBasedWsdl4jDefinition in Spring XMl config files by using a Servlet Filter doing the job at runtime.
The aim is :
- Set the Filter in web.xml with some string processing options
- grab the RequestURL from the HttpServletRequest
- process it according to the options
- set locationUri property of all SoapProvider beans in the context.
I can provide code for that
Java files and configurations to realise the proposed improvement