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/04/10 16:21:55 UTC

DO NOT REPLY [Bug 18899] New: - Java2WSDL generation broken for Wrapped style

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

Java2WSDL generation broken for Wrapped style

           Summary: Java2WSDL generation broken for Wrapped style
           Product: Axis
           Version: current (nightly)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: bkeane@6thStreet.net


I am using the April 9 nightly build.  I have an interface and implementation 
class that I am attempting to generate WSDL (wrapped style) from using 
java2WSDL.  The interface uses a parameter named "pName" in several places.  
The resulting WSDL contains duplicate definitions of pName in the types 
schema.  This WSDL is not parsable using tools like VS.NET (WSDL.exe).

In addition, the structure of the types schema looks quite suspect, 
particularly as compared to the output of the Axis 1.0 Java2WSDL.

I have a small example with ant files to reproduce the problem.  

Brian Keane