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=11483>. 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=11483 Problem using Axis Web Services with .NET Client [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From [EMAIL PROTECTED] 2002-09-24 18:15 ------- I tried with the following JWS file and wsdl.exe was able to consume the WSDL generated from ?WSDL with no problems. This is with the current CVS source. public class test { public String[] echoStringArray (String[] strs) throws Exception { return strs; } } If you continue to see a problem, please reopen and provide a test class that shows the bad WSDL. Thanks.