Nonetheless, there is a problem with WSDL2Java it should not timeout if the process has started... i.e. the stream is open, the data is comming in...
Sylvain. -----Original Message----- From: St-Germain, Sylvain [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 6:37 PM To: [EMAIL PROTECTED] Subject: RE: [wsdl2java] anybody used it with success with one of the rece nt build? (past 4 or 5 days) I found it.... The default timeout is too short for me! 45 sec is nowhere near enough for my 120kb WSDL file... I tried -O 120 and got it... Sorry for polluting the list... Sylvain. -----Original Message----- From: St-Germain, Sylvain [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 6:25 PM To: Axis-User (E-mail) Subject: [wsdl2java] anybody used it with success with one of the recent b uild? (past 4 or 5 days) Could one of the recent changes to wsdl2Java (proxy stuff and -O and ??) broke the tool for simple use case? I used to be able to do : java -cp %cp% org.apache.axis.wsdl.WSDL2Java -stav -o src file.wsdl or java -cp %cp% org.apache.axis.wsdl.WSDL2Java -stav -o src http://localhost/wsdl/file.wsdl They both return now: Parsing XML file: BAOM.wsdl | Parsing XML file: http://localhost/wsdl/file.wsdl java.lang.Exception: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)! at org.apache.axis.wsdl.WSDL2Java.emit(Unknown Source) at org.apache.axis.wsdl.WSDL2Java.main(Unknown Source) -- Sylvain This message may contain privileged and/or confidential information. If you have received this e-mail in error or are not the intended recipient, you may not use, copy, disseminate or distribute it; do not open any attachments, delete it immediately from your system and notify the sender promptly by e-mail that you have done so. Thank you. This message may contain privileged and/or confidential information. If you have received this e-mail in error or are not the intended recipient, you may not use, copy, disseminate or distribute it; do not open any attachments, delete it immediately from your system and notify the sender promptly by e-mail that you have done so. Thank you. This message may contain privileged and/or confidential information. If you have received this e-mail in error or are not the intended recipient, you may not use, copy, disseminate or distribute it; do not open any attachments, delete it immediately from your system and notify the sender promptly by e-mail that you have done so. Thank you.
