Hi,
I'm having an issue when trying to run the WSDL2Java generator on a WSDL
that references an external .xsd file
The operation runs fine when I directly include the schema definition within
the <wsdl:types> tags of my WSDL file.
However when I use an external .xsd file with identical contents I get an
error when running the WSDL2Java operation
[java] Caused by: java.lang.RuntimeException:
java.net.URISyntaxException: Illegal character in path at index 42:
.........
[java] at
org.apache.ws.commons.schema.resolver.DefaultURIResolver.resolveEntity(Defau
ltURIResolver.java:57)
Has anyone come across an issue like this?