Not sure if this is helpful to you... If you are generating a portable client JAR with localized WSDL/XSDs packed in the /META-INF/wsdl location of the *that* JAR, I don't think you would want a file path to the WSDL like that...(maybe I am misunderstanding what your case is but we do this all the time) ....I posted this on the forum very recently...
http://cxf.547215.n5.nabble.com/Generated-Service-proxy-client-side-CXF-Tools-td5128342.html#a5146480 Dan opened a JIRA and they made a change in how it generated with the wsdl2java tool. https://issues.apache.org/jira/browse/CXF-4039 On Thu, Jan 26, 2012 at 12:20 PM, jwindberg <[email protected]> wrote: > 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. > *Mark *
