<?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: TOS ESB deploy Job with tRESTrequest &amp; tRESTreponse to Tomcat or other in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/TOS-ESB-deploy-Job-with-tRESTrequest-tRESTreponse-to-Tomcat-or/m-p/2330133#M99229</link>
    <description>AFAIK one needs to specify a relative address in tRESTRequest properties 
&lt;BR /&gt;Cheers, Sergey</description>
    <pubDate>Fri, 25 Jul 2014 10:33:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-25T10:33:22Z</dc:date>
    <item>
      <title>TOS ESB deploy Job with tRESTrequest &amp; tRESTreponse to Tomcat or other</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-ESB-deploy-Job-with-tRESTrequest-tRESTreponse-to-Tomcat-or/m-p/2330127#M99223</link>
      <description>Hi all, 
&lt;BR /&gt;Using TOS for ESB, I have a simple job like this : tRESTRequest &amp;gt; tXMLMap &amp;gt; tRESTResponse 
&lt;BR /&gt; 
&lt;A href="http://www.hostingpics.net/viewer.php?id=182463Untitled.png" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;IMG src="https://community.qlik.com/" /&gt;&lt;/A&gt; 
&lt;BR /&gt;I have no problem to call the REST service when I run it from the studio. 
&lt;BR /&gt;But if I deploy a war in tomcat, I have a runjob method and not the expected REST URL call as I have in TOS. 
&lt;BR /&gt;How to deploy this simple REST call on a webapp server and to call it like in TOS ? 
&lt;BR /&gt;I have also tried to deploy the job as jar for OSGI but in the Talend Runtime I have this error: 
&lt;BR /&gt;karaf@trun&amp;gt; install file://C:/talend/DummyREST/DummyREST-0.1.jar 
&lt;BR /&gt;Bundle IDs: 
&lt;BR /&gt;Error executing command: Error installing bundles: 
&lt;BR /&gt; Unable to install bundle file://C:/talend/DummyREST/DummyREST-0.1.jar 
&lt;BR /&gt;(Tomcat if my prefered option to host this job) 
&lt;BR /&gt;any idea ? 
&lt;BR /&gt;Paul.</description>
      <pubDate>Sat, 16 Nov 2024 11:39:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-ESB-deploy-Job-with-tRESTrequest-tRESTreponse-to-Tomcat-or/m-p/2330127#M99223</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T11:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: TOS ESB deploy Job with tRESTrequest &amp; tRESTreponse to Tomcat or other</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-ESB-deploy-Job-with-tRESTrequest-tRESTreponse-to-Tomcat-or/m-p/2330128#M99224</link>
      <description>Hi, &lt;BR /&gt;Did you follow up document &lt;A href="https://help.talend.com/search/all?query=How+to+build+Jobs&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:How to build Jobs&lt;/A&gt; to deploy your job?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 15 May 2014 03:40:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-ESB-deploy-Job-with-tRESTrequest-tRESTreponse-to-Tomcat-or/m-p/2330128#M99224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-15T03:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: TOS ESB deploy Job with tRESTrequest &amp; tRESTreponse to Tomcat or other</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-ESB-deploy-Job-with-tRESTrequest-tRESTreponse-to-Tomcat-or/m-p/2330129#M99225</link>
      <description>Hi Sabrina, thank you for your help.&lt;BR /&gt;I have been able to deploy a webservice (soap) in the way your say.&lt;BR /&gt;But I want to do it with REST, is there any way or alternative ?&lt;BR /&gt;Thank you.&lt;BR /&gt;Paul</description>
      <pubDate>Thu, 15 May 2014 08:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-ESB-deploy-Job-with-tRESTrequest-tRESTreponse-to-Tomcat-or/m-p/2330129#M99225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-15T08:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: TOS ESB deploy Job with tRESTrequest &amp; tRESTreponse to Tomcat or other</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-ESB-deploy-Job-with-tRESTrequest-tRESTreponse-to-Tomcat-or/m-p/2330130#M99226</link>
      <description>Hi, &lt;BR /&gt;For deploy REST service into Talend Runtime option, you should either put the jar file into deploy/ folder or install it from console command:&lt;BR /&gt;install -s file:///C:/talend/DummyREST/DummyREST-0.1.jar&lt;BR /&gt;(-s Starts the bundles after installation)&lt;BR /&gt;file:/// or file:/ is correct prefix , but not file://</description>
      <pubDate>Thu, 15 May 2014 11:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-ESB-deploy-Job-with-tRESTrequest-tRESTreponse-to-Tomcat-or/m-p/2330130#M99226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-15T11:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: TOS ESB deploy Job with tRESTrequest &amp; tRESTreponse to Tomcat or other</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-ESB-deploy-Job-with-tRESTrequest-tRESTreponse-to-Tomcat-or/m-p/2330131#M99227</link>
      <description>xldai, ten points !
&lt;BR /&gt;thank you.</description>
      <pubDate>Thu, 15 May 2014 13:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-ESB-deploy-Job-with-tRESTrequest-tRESTreponse-to-Tomcat-or/m-p/2330131#M99227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-15T13:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: TOS ESB deploy Job with tRESTrequest &amp; tRESTreponse to Tomcat or other</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-ESB-deploy-Job-with-tRESTrequest-tRESTreponse-to-Tomcat-or/m-p/2330132#M99228</link>
      <description>And how do you make the endpoints relative to the deployment platform, rather than specifically bound to an address 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;ort combination?</description>
      <pubDate>Fri, 25 Jul 2014 07:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-ESB-deploy-Job-with-tRESTrequest-tRESTreponse-to-Tomcat-or/m-p/2330132#M99228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-25T07:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: TOS ESB deploy Job with tRESTrequest &amp; tRESTreponse to Tomcat or other</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TOS-ESB-deploy-Job-with-tRESTrequest-tRESTreponse-to-Tomcat-or/m-p/2330133#M99229</link>
      <description>AFAIK one needs to specify a relative address in tRESTRequest properties 
&lt;BR /&gt;Cheers, Sergey</description>
      <pubDate>Fri, 25 Jul 2014 10:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TOS-ESB-deploy-Job-with-tRESTrequest-tRESTreponse-to-Tomcat-or/m-p/2330133#M99229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-25T10:33:22Z</dc:date>
    </item>
  </channel>
</rss>

