Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I get the following error when I try to retrieve a WSDL from the tWebService component :
java.lang.Exception: nullWSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at ''.: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at org.talend.designer.webservice.ws.WSDLDiscoveryHelper.getFunctionsAvailable(WSDLDiscoveryHelper.java:151)
at org.talend.designer.webservice.ws.WSDLDiscoveryHelper.getFunctionsAvailable(WSDLDiscoveryHelper.java:187)
at org.talend.designer.webservice.ui.WebServiceUI.getDataFromNet(WebServiceUI.java:1630)
at org.talend.designer.webservice.ui.WebServiceUI.access$19(WebServiceUI.java:1583)
at org.talend.designer.webservice.ui.WebServiceUI$7$1.run(WebServiceUI.java:1371)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
I can get to the WSDL fine with any browser or SOAPUI.
Any Suggestions?