Hi, When I parsed a huge WSDL (SLWebSvc.wsdl) WSDL2Java throws following exception.
java org.apache.axis.wsdl.WSDL2Java SLWebSvc.wsdl java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)! at org.apache.axis.wsdl.gen.Parser.run(Parser.java:225) at org.apache.axis.wsdl.toJava.Emitter.run(Emitter.java:386) at org.apache.axis.wsdl.gen.WSDL2.run(WSDL2.java:311) at org.apache.axis.wsdl.WSDL2Java.main(WSDL2Java.java:290) I used Axis jar s from 1.2 Alpha release. Could anyone tell me what is wrong ?. We have the same exception in WSDL2Ws tool of Axis C++ code generator since we use the same Axis Java jar s. Thanks, Susantha
