You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/11/20 18:08:24 UTC

DO NOT REPLY [Bug 14712] - wsdl2java can not do schema imports

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14712>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14712

wsdl2java can not do schema imports





------- Additional Comments From butek@us.ibm.com  2002-11-20 17:08 -------
WSDL2Java knows about these namespaces without having to look at their schemas, 
so it should ignore the location.  Unfortunately it does not.  The 
schemaLocation attribute is optional and, even when there, should only be 
treated as a hint, which WSDL2Java doesn't do.

A workaround should be to remove the schemaLocation attributes.