<?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: Calling a https REST service with Talend Open Studio in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287050#M60672</link>
    <description>Hi, AFAIK HTTPS can only be supported in case of tRESTResponse in the container, so you need to deploy the job into the container.
&lt;BR /&gt;Cheers, Sergey</description>
    <pubDate>Tue, 08 Apr 2014 18:40:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-04-08T18:40:39Z</dc:date>
    <item>
      <title>Calling a https REST service with Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287049#M60671</link>
      <description>Hi, 
&lt;BR /&gt;I just would like to call an existing RESTful webservice using tRESTRequest and tRESTResponse... 
&lt;BR /&gt;(with a HTTPS endpoint with the calling POST method and Basic Authentication) but when I execute it in Talend Open Studio, I have the error below. 
&lt;BR /&gt;Could you tell me how I can correct it please ? 
&lt;BR /&gt; 
&lt;BR /&gt;org.apache.cxf.service.factory.ServiceConstructionException 
&lt;BR /&gt; at org.apache.cxf.jaxrs.JAXRSServerFactoryBean.create(JAXRSServerFactoryBean.java:209) 
&lt;BR /&gt; at test1.wssepasearch_0_1.WSSepaSearch$Thread4RestServiceProviderEndpoint.run(WSSepaSearch.java:630) 
&lt;BR /&gt;Caused by: java.lang.RuntimeException: Protocol mismatch for port -1: engine's protocol is http, the url protocol is https 
&lt;BR /&gt; at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.finalizeConfig(JettyHTTPDestination.java:162) 
&lt;BR /&gt; at org.apache.cxf.transport.http.HTTPTransportFactory.getDestination(HTTPTransportFactory.java:308) 
&lt;BR /&gt; at org.apache.cxf.endpoint.ServerImpl.initDestination(ServerImpl.java:93) 
&lt;BR /&gt; at org.apache.cxf.endpoint.ServerImpl.&amp;lt;init&amp;gt;(ServerImpl.java:72) 
&lt;BR /&gt; at org.apache.cxf.jaxrs.JAXRSServerFactoryBean.create(JAXRSServerFactoryBean.java:159) 
&lt;BR /&gt; ... 1 more 
&lt;BR /&gt;Caused by: java.io.IOException: Protocol mismatch for port -1: engine's protocol is http, the url protocol is https 
&lt;BR /&gt; at org.apache.cxf.transport.http_jetty.JettyHTTPServerEngineFactory.createJettyHTTPServerEngine(JettyHTTPServerEngineFactory.java:271) 
&lt;BR /&gt; at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.retrieveEngine(JettyHTTPDestination.java:127) 
&lt;BR /&gt; at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.finalizeConfig(JettyHTTPDestination.java:160) 
&lt;BR /&gt; ... 5 more 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Cédric JOUBERT</description>
      <pubDate>Sat, 16 Nov 2024 11:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287049#M60671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a https REST service with Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287050#M60672</link>
      <description>Hi, AFAIK HTTPS can only be supported in case of tRESTResponse in the container, so you need to deploy the job into the container.
&lt;BR /&gt;Cheers, Sergey</description>
      <pubDate>Tue, 08 Apr 2014 18:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287050#M60672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-08T18:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a https REST service with Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287051#M60673</link>
      <description>Thanks for your reply.
&lt;BR /&gt;In fact, I've tried to deploy it in the container but I still have the same error :
&lt;BR /&gt;- I've exported my project and put my jar it in the Deploy directory of the container (Runtime_ESBSE)
&lt;BR /&gt;- Ive launched the Karaf console, and after typing the "list" command, I can see my service as Active but Blueprint = Failure. In the testb.log, I obtain the same error
&lt;BR /&gt;Am I missing something ?</description>
      <pubDate>Wed, 09 Apr 2014 08:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287051#M60673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-09T08:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a https REST service with Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287052#M60674</link>
      <description>Hi 
&lt;BR /&gt;Do you export it as a bundle or a jar ? It needs to be a bundle. Also, make sure tRESTResponse address is relative, this is needed for the container HTTPS service be effective. It it does not work for you then please create a JIRA and attach a test job 
&lt;BR /&gt;Thanks, Sergey</description>
      <pubDate>Wed, 09 Apr 2014 16:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287052#M60674</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-09T16:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a https REST service with Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287053#M60675</link>
      <description>I've selected "OSGI Bundle for ESB" but i've created a jar file, is is correct ? 
&lt;BR /&gt;For the component tRESTResponse, i let all the params set by default. In which field can i enter this address please ?</description>
      <pubDate>Wed, 09 Apr 2014 16:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287053#M60675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-09T16:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a https REST service with Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287054#M60676</link>
      <description>It is in the component properties...However it is not something should affect the successful deployment, it is for HTTPs be effective... 
&lt;BR /&gt;Cheers, Sergey</description>
      <pubDate>Wed, 09 Apr 2014 16:46:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287054#M60676</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-09T16:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a https REST service with Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287055#M60677</link>
      <description>I will look tomorrow, thanks for your help.</description>
      <pubDate>Wed, 09 Apr 2014 16:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287055#M60677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-09T16:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a https REST service with Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287056#M60678</link>
      <description>Hi,&lt;BR /&gt;I think I did probably not use the well components to do what I need... (and have probably not well explained what I need) :&lt;BR /&gt;I do not want to create a REST service... but I just need to create a job that creates a simple ESB WebService, which calls an existant https REST service. something like that ?&lt;BR /&gt;     tESBProviderRequest -&amp;gt; tXMLMAP -&amp;gt; tRESTClient -&amp;gt; tXMLMAP -&amp;gt; tESBProviderResponse&lt;BR /&gt;Is it the correct way to call my https REST service ?&lt;BR /&gt;Could you tell me how to configure such a job ?  &lt;BR /&gt;(or maybe tell me where I could find any example or tutorial from which I can start please ?)&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 11 Apr 2014 10:04:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287056#M60678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-11T10:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a https REST service with Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287057#M60679</link>
      <description>As it happens, unfortunately tRESTClient is not capable of calling to HTTPS targets where key and trust stores are needed. 
&lt;BR /&gt;I've opened a major bug request. 
&lt;BR /&gt;Thanks, Sergey</description>
      <pubDate>Fri, 11 Apr 2014 13:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287057#M60679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-11T13:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a https REST service with Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287058#M60680</link>
      <description>Thanks a lot for your help.</description>
      <pubDate>Fri, 11 Apr 2014 13:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287058#M60680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-11T13:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a https REST service with Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287059#M60681</link>
      <description>Np, thanks for spotting the problem. I've been running few demos with tRESTClient calling out to HTTPS targets but they were 'plain' HTTPS ones; hope we can fix it fast enough, 
&lt;BR /&gt;Cheers, Sergey</description>
      <pubDate>Fri, 11 Apr 2014 13:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287059#M60681</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-11T13:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a https REST service with Talend Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287060#M60682</link>
      <description>oh ok... :-)
&lt;BR /&gt;I'm trying to deal with the tFileFetch component... apparently, some users tested this solution with success...
&lt;BR /&gt;I would be interested form me to find some examples of such a solution (before the RESTClient fix coming).</description>
      <pubDate>Fri, 11 Apr 2014 13:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-a-https-REST-service-with-Talend-Open-Studio/m-p/2287060#M60682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-11T13:52:09Z</dc:date>
    </item>
  </channel>
</rss>

