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

re: problem in Java2WSDL when using --implClass and arrays in the parameter list

           Summary: re: problem in Java2WSDL when using --implClass and
                    arrays in the parameter list
           Product: Axis
           Version: current (nightly)
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Major
          Priority: Other
         Component: WSDL processing
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I had sent my example source files to [EMAIL PROTECTED] on Saturday morning.

  The problem appears to be that when I use the --implClass option in Java2WSDL,
and there is a parameter that is not 'normal' in the list, that method is
ignored and there ends up being a duplicate method created in the wsdl file.
  In my example, I had a parameter of type 'int[]' and this never appeared as an
integer array in the wsdl file.  This particular method was missing completely.
 Another one that caused a problem was when I had an array of one of my beans.
It was actually Item[] that caused a problem.
  I don't know how to explain more. In my email I had included the interface
class, then implementation class and the resulting wsdl file.

  When I took out the --implClass, the duplicate methods disappeared, and I was
able to compile properly.
  With this option included I end up with duplicate methods, and so couldn't
compile.

Reply via email to