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 standard <import>s and does not support xml:lang and xsi:schemaLocation [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|wsdl2java can not do schema |wsdl2java can not do |imports |standard <import>s and does | |not support xml:lang and | |xsi:schemaLocation ------- Additional Comments From [EMAIL PROTECTED] 2002-11-21 13:27 ------- The <import>s are attempting to set wsdl2j up to allow xml:lang and xsi:schemaLocation as attributes, e.g: <element name="someElement"> <complexType> <sequence/> <attribute ref="xsi:schemaLocation"/> <attribute ref="xml:lang"/> </complexType> </element> Also: Removing the schemaLocation from the <import>s caused a null pointer exception.