Description
When using following target namespace with ':' in it ("targetNamespace of http://blahblah:8080/nasoap/services/urn:nasoap-server2), the generated code by "wsdltojava" will contain a java package name with ':' on it, which will fail at compilation.
"The reason I am saying it is a bug is that schemavalidator does not complain about it, even if it is an invalid URL format.
Even wsdltojava does not complain, but generates uncompilable code.
So I think the fix should be put in schemavalidator to flag this as an error. "
Attachments
Issue Links
- is related to
-
CXF-6527 WSDLRefValidator reject valid target reference URI/IRI
- Closed