<?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: How to process the parameters of a http get request in a route in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-process-the-parameters-of-a-http-get-request-in-a-route/m-p/2371710#M134620</link>
    <description>My solution (only on Talend ESB v5.3.x) : 
&lt;BR /&gt;1) create route 
&lt;BR /&gt;2) put cHttp component in server mode (see documentation) 
&lt;BR /&gt; - uri = "http://localhost:8088/service" 
&lt;BR /&gt;3) put cSetBody : 
&lt;BR /&gt; - language = header 
&lt;BR /&gt; - expression = "id" 
&lt;BR /&gt;4) put cTalendJob and put your job inside 
&lt;BR /&gt;Execute this job. In your favorite browser enter "http://localhost:8088/service?id=toto" 
&lt;BR /&gt;=&amp;gt; body = toto into your subjob !!</description>
    <pubDate>Tue, 02 Jul 2013 16:01:25 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2013-07-02T16:01:25Z</dc:date>
    <item>
      <title>How to process the parameters of a http get request in a route</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-process-the-parameters-of-a-http-get-request-in-a-route/m-p/2371708#M134618</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I'm trying to create a route which has a chttp server as the input component.&lt;BR /&gt;This component is linked to a cTalendJob. The output of that job is a simple csv file.&lt;BR /&gt;With a single cFile Input component (there is only one column and one row in it) i managed to get the route up and running. But now I want to change the input file to the cHttp component.&lt;BR /&gt;The URI for the server endpoint is &lt;A href="http://localhost:8088/customers" target="_blank"&gt;http://localhost:8088/customers&lt;/A&gt;&lt;BR /&gt;Now I want to add a parameter to this URI like that: &lt;A href="http://localhost:8088/customers?id=754" target="_blank"&gt;http://localhost:8088/customers?id=754&lt;/A&gt;&lt;BR /&gt;How can I forward that id to the job?&lt;BR /&gt;best regards,&lt;BR /&gt;alois&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-process-the-parameters-of-a-http-get-request-in-a-route/m-p/2371708#M134618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to process the parameters of a http get request in a route</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-process-the-parameters-of-a-http-get-request-in-a-route/m-p/2371709#M134619</link>
      <description>I have the same problem. Did you find a solution ?</description>
      <pubDate>Tue, 02 Jul 2013 15:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-process-the-parameters-of-a-http-get-request-in-a-route/m-p/2371709#M134619</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-02T15:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to process the parameters of a http get request in a route</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-process-the-parameters-of-a-http-get-request-in-a-route/m-p/2371710#M134620</link>
      <description>My solution (only on Talend ESB v5.3.x) : 
&lt;BR /&gt;1) create route 
&lt;BR /&gt;2) put cHttp component in server mode (see documentation) 
&lt;BR /&gt; - uri = "http://localhost:8088/service" 
&lt;BR /&gt;3) put cSetBody : 
&lt;BR /&gt; - language = header 
&lt;BR /&gt; - expression = "id" 
&lt;BR /&gt;4) put cTalendJob and put your job inside 
&lt;BR /&gt;Execute this job. In your favorite browser enter "http://localhost:8088/service?id=toto" 
&lt;BR /&gt;=&amp;gt; body = toto into your subjob !!</description>
      <pubDate>Tue, 02 Jul 2013 16:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-process-the-parameters-of-a-http-get-request-in-a-route/m-p/2371710#M134620</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-02T16:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to process the parameters of a http get request in a route</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-process-the-parameters-of-a-http-get-request-in-a-route/m-p/2371711#M134621</link>
      <description>Take a look at these quick screen casts. It may help shed some light on things.
&lt;BR /&gt;
&lt;A href="http://www.screenr.com/cpxH" rel="nofollow noopener noreferrer"&gt;http://www.screenr.com/cpxH&lt;/A&gt;
&lt;BR /&gt;
&lt;A href="http://www.screenr.com/vmxH" rel="nofollow noopener noreferrer"&gt;http://www.screenr.com/vmxH&lt;/A&gt;
&lt;BR /&gt;The tRouteInput component uses the Camel Simple expression language to read properties from the Camel Exchange into the Job's data flow. Simple will let you pull values straight out of headers. I suggest checking out the Camel documentation for Simple - it's a key part to writing good Routes!
&lt;BR /&gt;
&lt;A href="http://camel.apache.org/simple.html" rel="nofollow noopener noreferrer"&gt;http://camel.apache.org/simple.html&lt;/A&gt;</description>
      <pubDate>Tue, 02 Jul 2013 17:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-process-the-parameters-of-a-http-get-request-in-a-route/m-p/2371711#M134621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-02T17:02:18Z</dc:date>
    </item>
  </channel>
</rss>

