com.segue.jexplorer.datatyp.exception.JExpWsdlException: Failed to generate Web Service proxy library(webAxisProxy1.jar).: Failed to create java source from WSDL.: java.io.IOException:WSDL2Java emitter timed out (this often means the WSDL at the specific URL is inaccessible)! at com.seque.jeplorer.runtime.plugin.impl.webservice.axis.JExpAxisProxyGen .generateProxyLibrary(JExpAxisProxyGen.java:272) at com.segue.jexplorer.runtime.plugin.impl.webservice.axis.JExpAxisProxyGen .generateProxy(JExpAxisProxyGen.java:138) at com.segue.jexplorer.runtime.communication.JExpRuntimeOperation .generateWebServiceProxy(JExpRuntimeOperation.java:772)
You can specify a WSDL2Java emitter timeout in a configuration file called webservice.properties. The property in the file must be called emitter.timeout. The value must be specified in milliseconds.
# For generating Web Service stub code with axis libraries # a timeout in milliseconds may be specified for the emitter to # generate the source files emitter.timeout=5000