I've got a webapp with a CXF service. When I'm doing development, I'm fine with the usual default wsdlLocation. However, when I deploy, there's a firewall.
Customizing the Spring app context and rebuilding the webapp is not an attractive prospect. Has anyone come up with a scheme so that a servlet parameter from web.xml can be provided to override, but things still work if it's not there? (Sergey, is there an equivalent set of issues for WADL?)
