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=7577>. 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=7577 [wsdl2java] - Impl class do not compile when having array inout parameters. Summary: [wsdl2java] - Impl class do not compile when having array inout parameters. Product: Axis Version: beta-1 Platform: Other OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] (as of Marc 25th 2002) The generated code has parenthesis at the end of the creation of the object. As in: page.value = new java.lang.String[](); while they should be curly braces: page.value = new java.lang.String[]{};