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=15685>. 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=15685 namespaces are truncated in conversion to java packages Summary: namespaces are truncated in conversion to java packages Product: Axis Version: current (nightly) Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: WSDL processing AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The namespace -> package conversion in axis.wsdl.toJava.Namespaces ignores the parts of the namespace that follow the "hostname" portion of the namespace URI (the "path"). This results in a namespace collisions where there should be none. Given two namespaces: http://foo.com/bar http://foo.com/baz The generated packages will both be com.foo, causing types/elements in different namespaces to collide.