<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unable to use TSOAP component to access SSL web service in Talend Data Catalog</title>
    <link>https://community.qlik.com/t5/Talend-Data-Catalog/Unable-to-use-TSOAP-component-to-access-SSL-web-service/m-p/2328638#M709</link>
    <description>Hi, 
&lt;BR /&gt;In order to work with SSL related things, you need to configure the required truststore/keystore details like truststore path and password in the tSOAP component. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;If that is not working then you can also use tSetKeyStore component to configure the truststore details. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;If you are still facing problems then please get back to us with a screenshot to understand your need better.</description>
    <pubDate>Tue, 17 Feb 2015 07:56:00 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2015-02-17T07:56:00Z</dc:date>
    <item>
      <title>Unable to use TSOAP component to access SSL web service</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Unable-to-use-TSOAP-component-to-access-SSL-web-service/m-p/2328637#M708</link>
      <description>I have the certificate from the web service server in my jre and jdk keystores.&amp;nbsp; When I try to access the web service from TSOAP I get the error: 
&lt;BR /&gt;Feb 16, 2015 2:39:51 PM com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection post 
&lt;BR /&gt;SEVERE: SAAJ0009: Message send failed 
&lt;BR /&gt;Exception in component tSOAP_2 
&lt;BR /&gt;com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: Message send failed 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:148) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.soap.SOAPUtil.invokeSOAP(SOAPUtil.java:109) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at workspace_shared_dev.match_code_service_caller_copy_0_1.match_code_service_caller_Copy.tSOAP_2Process(match_code_service_caller_Copy.java:4698) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at workspace_shared_dev.match_code_service_caller_copy_0_1.match_code_service_caller_Copy.runJobInTOS(match_code_service_caller_Copy.java:5648) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at workspace_shared_dev.match_code_service_caller_copy_0_1.match_code_service_caller_Copy.main(match_code_service_caller_Copy.java:4803) 
&lt;BR /&gt;Caused by: com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: Message send failed 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:279) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:144) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... 4 more 
&lt;BR /&gt;Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:136) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1822) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1004) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1188) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1215) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1199) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.net. 
&lt;A href="http://www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:434" target="_blank" rel="nofollow noopener noreferrer"&gt;www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:434&lt;/A&gt;) 
&lt;BR /&gt;I also cannot access the WSDL using TWebService component.&amp;nbsp; Calls to this web service work in other tools and the the WSDL is valid. 
&lt;BR /&gt;Any help is appreciated. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Tim</description>
      <pubDate>Mon, 16 Feb 2015 19:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Unable-to-use-TSOAP-component-to-access-SSL-web-service/m-p/2328637#M708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-16T19:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use TSOAP component to access SSL web service</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Unable-to-use-TSOAP-component-to-access-SSL-web-service/m-p/2328638#M709</link>
      <description>Hi, 
&lt;BR /&gt;In order to work with SSL related things, you need to configure the required truststore/keystore details like truststore path and password in the tSOAP component. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;If that is not working then you can also use tSetKeyStore component to configure the truststore details. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;If you are still facing problems then please get back to us with a screenshot to understand your need better.</description>
      <pubDate>Tue, 17 Feb 2015 07:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Unable-to-use-TSOAP-component-to-access-SSL-web-service/m-p/2328638#M709</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-02-17T07:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to use TSOAP component to access SSL web service</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/Unable-to-use-TSOAP-component-to-access-SSL-web-service/m-p/2328639#M710</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;In order to work with SSL related things, you need to configure the required truststore/keystore details like truststore path and password in the tSOAP component.&lt;BR /&gt;&lt;BR /&gt;It does need to the trusstore, really, especially for self signed certificate? And is it possible disable certificate validation in Talend (in this case)?&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 04 Mar 2015 22:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/Unable-to-use-TSOAP-component-to-access-SSL-web-service/m-p/2328639#M710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-04T22:14:13Z</dc:date>
    </item>
  </channel>
</rss>

