Aha,
When you generate using a file, the WSDL URL is defined as new
URL("path/to/wsdl.wsdl")
and it really needs to be
new URL("file:path/to/wsdl.wsdl")
--
View this message in context:
http://cxf.547215.n5.nabble.com/override-the-endpoint-address-and-the-wsdl-location-tp560961p5433467.html
Sent from the cxf-user mailing list archive at Nabble.com.
