<?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 consuming https rest service in rest client in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/consuming-https-rest-service-in-rest-client/m-p/2332832#M101671</link>
    <description>&lt;P&gt;I am trying to consume&amp;nbsp;"&lt;A href="https://localhost:8899/carconfigservice/dev" target="_blank"&gt;https://localhost:8899/carconfigservice/dev&lt;/A&gt;" service of "Get" type. As its Https i tried to set trust store variables as follows. I tried to browse same service with browser its returning expected result.&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;System.setProperty("javax.net.ssl.trustStore", "C:/keystore/keystore.p12");&lt;BR /&gt;System.setProperty("javax.net.ssl.trustStorePassword", "changeit");&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;Still i am facing the below problem.&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;[WARN ]: org.apache.cxf.phase.PhaseInterceptorChain - Interceptor for {&lt;A href="https://localhost:8899/carconfigservice/dev}tRESTClient" target="_blank"&gt;https://localhost:8899/carconfigservice/dev}tRESTClient&lt;/A&gt; has thrown exception, unwinding now&lt;BR /&gt;org.apache.cxf.interceptor.Fault: Could not send Message.at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:64)at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)at org.apache.cxf.jaxrs.c&lt;/P&gt;
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MctI" target="_blank"&gt;here&lt;/A&gt;</description>
    <pubDate>Sat, 16 Nov 2024 08:27:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T08:27:15Z</dc:date>
    <item>
      <title>consuming https rest service in rest client</title>
      <link>https://community.qlik.com/t5/Talend-Studio/consuming-https-rest-service-in-rest-client/m-p/2332832#M101671</link>
      <description>&lt;P&gt;I am trying to consume&amp;nbsp;"&lt;A href="https://localhost:8899/carconfigservice/dev" target="_blank"&gt;https://localhost:8899/carconfigservice/dev&lt;/A&gt;" service of "Get" type. As its Https i tried to set trust store variables as follows. I tried to browse same service with browser its returning expected result.&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;System.setProperty("javax.net.ssl.trustStore", "C:/keystore/keystore.p12");&lt;BR /&gt;System.setProperty("javax.net.ssl.trustStorePassword", "changeit");&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;Still i am facing the below problem.&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;[WARN ]: org.apache.cxf.phase.PhaseInterceptorChain - Interceptor for {&lt;A href="https://localhost:8899/carconfigservice/dev}tRESTClient" target="_blank"&gt;https://localhost:8899/carconfigservice/dev}tRESTClient&lt;/A&gt; has thrown exception, unwinding now&lt;BR /&gt;org.apache.cxf.interceptor.Fault: Could not send Message.at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:64)at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)at org.apache.cxf.jaxrs.c&lt;/P&gt;
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MctI" target="_blank"&gt;here&lt;/A&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/consuming-https-rest-service-in-rest-client/m-p/2332832#M101671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: consuming https rest service in rest client</title>
      <link>https://community.qlik.com/t5/Talend-Studio/consuming-https-rest-service-in-rest-client/m-p/2332833#M101672</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;From your screenshot, there is no connector between tjava and trestclient. Have you tried to use tprejob--&amp;gt;tjava--&amp;gt;oncomponentok--&amp;gt;trestclient?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Usually, we use tSetKeystore to load the cert before you connect to REST using tRESTClient for https end point.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The workflow looks like: tsetkeystore(add certificates in local java keystore)--&amp;gt;onsubjobok--&amp;gt;trestclient&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 10:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/consuming-https-rest-service-in-rest-client/m-p/2332833#M101672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-18T10:30:35Z</dc:date>
    </item>
  </channel>
</rss>

