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 2003/06/10 20:31:24 UTC

DO NOT REPLY [Bug 20654] New: - Java2WSDL gen. duplicate in0 top-level elements of diff types

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=20654>.
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=20654

Java2WSDL gen. duplicate in0 top-level elements of diff types

           Summary: Java2WSDL gen. duplicate in0 top-level elements of diff
                    types
           Product: Axis
           Version: current (nightly)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: smurphy@tcag.org


Java2WSDL generates duplicate in0-named top-level elements (but of different 
types), and then uses these in0-named elements as input parameters for 
operation messages of different types.

Because there is no way to disambiguate the mapping between the in0 elements 
and their proper message types, XMLSPY will not accept the output wsdl file.

A solution would be to at least prevent top-level elements from ever having 
the same name if name is sole basis for typing operation messages.