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 ------- Additional Comments From [EMAIL PROTECTED] 2002-09-22 17:59 ------- I am trying to figure out what problem exactly you are having here. I couldn't make sense of your source (it looks like you included the source from *after* the Java2WSDL->WSDL2Java step, not the original Java you started with), but I made a little test case to confirm that array parameters were working OK with the --implClass option. See my last two attachments for an interface and a class which implements it. When I do: java org.apache.axis.wsdl.Java2WSDL -l http://foo --implClass implTest.Impl implTest.I <truncated...>