I'm trying to produce a "client" jar that includes my generated classes
and my wsdl and schema.
At the root of the jar file, where the "com" directory exists, I also
have a "contract" directory, that has a subdir that specifies a contract
version number. In that directory is my wsdl and schemas.
In my call to "wsdl2java", I tried specifying
"classpath:contract/<versiondir>/<wsdlfilename>".
When I generate this and then run it in the container, I see this in the
console:
"Can not initialize the default wsdl from classpath:contract/..."
What should the "wsdlLocation" value be? Do I just remove "classpath:"
from it? I thought it had to be a URL, so that seems unlikely.