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=14594>. 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=14594 wsdl2j times out on large wsdl Summary: wsdl2j times out on large wsdl Product: Axis Version: 1.0 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: WSDL processing AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In package org.apache.axis.wsdl.gen Parser.java has a: // Timeout, in milliseconds, to let the Emitter do its work private long timeoutms = 45000; We have a large wsdl file that is actually hitting this dead man's brake. Could it be increased to 5 mins say (or better removed altogether) please?