Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 71914 invoked by uid 500); 4 Oct 2002 18:23:54 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 71904 invoked from network); 4 Oct 2002 18:23:54 -0000 Message-ID: <000801c26bd3$34a2c830$acac19ac@viewstar.com> From: "Paul MacMillan" To: Subject: WSDL2Java yields java.io.IOException ("WSDL2Java emitter timed out") Date: Fri, 4 Oct 2002 11:23:58 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C26B98.87F92B90" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 04 Oct 2002 18:23:54.0144 (UTC) FILETIME=[3207D200:01C26BD3] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C26B98.87F92B90 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable We tried to run WSDL2Java on our fairly large wsdl (90K).... even in = verbose mode, the only response we got (after 30 seconds or so of CPU = churning) was this: Parsing XML file: viewstar.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:223) at org.apache.axis.wsdl.toJava.Emitter.run(Emitter.java:379) at org.apache.axis.wsdl.gen.WSDL2.run(WSDL2.java:284) at org.apache.axis.wsdl.WSDL2Java.main(WSDL2Java.java:297) The WSDL is in a local file, so the "hint" doesn't apply. Is this WSDL (of size 90K) "too big"? Has anybody succesfully used RC2 = on one that big? (We had much better luck with Beta 2) Thanks. ------=_NextPart_000_0005_01C26B98.87F92B90 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
We tried to run WSDL2Java on our fairly = large wsdl=20 (90K).... even in verbose mode, the only response we got (after 30 = seconds or so=20 of CPU churning) was this:
 
Parsing XML file: =20 viewstar.wsdl
java.io.IOException: WSDL2Java emitter timed out (this = often=20 means the WSDL at the specified URL is=20 inaccessible)!
        at=20 org.apache.axis.wsdl.gen.Parser.run(Parser.java:223)
   = ;    =20 at=20 org.apache.axis.wsdl.toJava.Emitter.run(Emitter.java:379)
  =      =20 at=20 org.apache.axis.wsdl.gen.WSDL2.run(WSDL2.java:284)
   &= nbsp;   =20 at = org.apache.axis.wsdl.WSDL2Java.main(WSDL2Java.java:297)
The WSDL is in a local file, so the = "hint" doesn't=20 apply.
 
Is this WSDL (of size 90K) "too big"? = Has anybody=20 succesfully used RC2 on one that big? (We had much better luck with Beta = 2)
 
Thanks.
------=_NextPart_000_0005_01C26B98.87F92B90--