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=21098>. 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=21098 java.io.IOException: Type {http://soapinterop.org/xsd}ArrayOfstring is referenced but not defined. Summary: java.io.IOException: Type {http://soapinterop.org/xsd}ArrayOfstring is referenced but not defined. Product: Axis Version: 1.1rc2 Platform: Other OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: WSDL processing AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I tried WSDL2Java on the following wsdl URL. http://www.cosme.nu/services/smtpserver.php?wsdl Here is the stack trace java.io.IOException: Type {http://soapinterop.org/xsd}ArrayOfstring is referenced but not defined. at org.apache.axis.wsdl.symbolTable.SymbolTable.checkForUndefined (SymbolTable.java:522) at org.apache.axis.wsdl.symbolTable.SymbolTable.add (SymbolTable.java:422) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate (SymbolTable.java:408) at org.apache.axis.wsdl.symbolTable.SymbolTable.populate (SymbolTable.java:393) at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:245) I have been able to successfully call this web service using SOAP toolkit (soap.jar). Wanted to try it with the Java classes generated by Axis but am getting this exception.
