AXIS doesn't support type http://www.w3.org/2001/XMLSchema:schema. Since it doesn't know about it, it assumes you've defined it. Since, of course, you haven't defined it, you see the message that you see.
Russell Butek [EMAIL PROTECTED] "Sudhir" <[EMAIL PROTECTED]> on 05/15/2002 12:49:48 PM Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: WSDL2Java error! can any1 answer my following qn please hi, I am using axis beta2. While using the WSDL2Java to generate the client side aritfacts, I am getting the following exception. java.io.IOException: Type http://www.w3.org/2001/XMLSchema:schema is referenced but not defined. at org.apache.axis.wsdl.toJava.SymbolTable.checkForUndefined (SymbolTable.java:405) at org.apache.axis.wsdl.toJava.SymbolTable.add(SymbolTable.j ava:331) at org.apache.axis.wsdl.toJava.Emitter.emit(Emitter.java:188 ) at org.apache.axis.wsdl.toJava.Emitter.emit(Emitter.java:155 ) at org.apache.axis.wsdl.WSDL2Java$WSDLRunnable.run(WSDL2Java .java:725) at java.lang.Thread.run(Thread.java:484) Of course the wsdl defines this namespace. How do I resolve this problem? sudhir