<?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 Get URL parameter in a ESB job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Get-URL-parameter-in-a-ESB-job/m-p/2277038#M52933</link>
    <description>Good Morning, 
&lt;BR /&gt;I have created a job for a webservice (as can be seen in the screenshot attached ) and I need now to get a new parameter from the URL the webservice is called... 
&lt;BR /&gt;For example : &amp;nbsp; 
&lt;BR /&gt; 
&lt;PRE&gt;http://xxx.xxx.xxx.xxx:xxxx/mywebservice/myparameter/myvalue&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;B&gt;Do you know how can I get this url parameter ?&lt;/B&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Note that I have already tested with success a design with the parameter inside the HTTP header with the following code : 
&lt;BR /&gt; 
&lt;PRE&gt;((java.util.Map&amp;lt;String,java.util.List&amp;lt;String&amp;gt;&amp;gt;)globalMap.get("tESBProviderRequest_1_HEADERS_HTTP")).get("SRV_ID").get(0)&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;, but it's not the target.&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Thank you, 
&lt;BR /&gt;Jacky Siveton. 
&lt;BR /&gt;PS : I've reposted this topic from 
&lt;A href="https://www.talendforge.org/forum/viewtopic.php?pid=196100#p196100" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.talendforge.org/forum/viewtopic.php?pid=196100#p196100&lt;/A&gt;&amp;nbsp; to see if it's better found &amp;amp; answered here 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCOz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147677i1890E6308B236687/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCOz.png" alt="0683p000009MCOz.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Sat, 16 Nov 2024 10:14:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T10:14:33Z</dc:date>
    <item>
      <title>Get URL parameter in a ESB job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-URL-parameter-in-a-ESB-job/m-p/2277038#M52933</link>
      <description>Good Morning, 
&lt;BR /&gt;I have created a job for a webservice (as can be seen in the screenshot attached ) and I need now to get a new parameter from the URL the webservice is called... 
&lt;BR /&gt;For example : &amp;nbsp; 
&lt;BR /&gt; 
&lt;PRE&gt;http://xxx.xxx.xxx.xxx:xxxx/mywebservice/myparameter/myvalue&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;B&gt;Do you know how can I get this url parameter ?&lt;/B&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Note that I have already tested with success a design with the parameter inside the HTTP header with the following code : 
&lt;BR /&gt; 
&lt;PRE&gt;((java.util.Map&amp;lt;String,java.util.List&amp;lt;String&amp;gt;&amp;gt;)globalMap.get("tESBProviderRequest_1_HEADERS_HTTP")).get("SRV_ID").get(0)&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;, but it's not the target.&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Thank you, 
&lt;BR /&gt;Jacky Siveton. 
&lt;BR /&gt;PS : I've reposted this topic from 
&lt;A href="https://www.talendforge.org/forum/viewtopic.php?pid=196100#p196100" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.talendforge.org/forum/viewtopic.php?pid=196100#p196100&lt;/A&gt;&amp;nbsp; to see if it's better found &amp;amp; answered here 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCOz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147677i1890E6308B236687/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCOz.png" alt="0683p000009MCOz.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-URL-parameter-in-a-ESB-job/m-p/2277038#M52933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get URL parameter in a ESB job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-URL-parameter-in-a-ESB-job/m-p/2277039#M52934</link>
      <description>Does anyone have any clue ?</description>
      <pubDate>Wed, 23 Nov 2016 13:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-URL-parameter-in-a-ESB-job/m-p/2277039#M52934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-23T13:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Get URL parameter in a ESB job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-URL-parameter-in-a-ESB-job/m-p/2277040#M52935</link>
      <description>Hi, 
&lt;BR /&gt;Looks like the requirement what you want is a typical RESTful service, could you try with the tRESTRequest/tRESTResponse components in the job? the tESBProviderRequest/tESBProviderResponse are designed for SOAP service. with REST service, you are able to specify path parameter and request parameter, and support XML and JSON data type as input/output.
&lt;BR /&gt;Regards.</description>
      <pubDate>Thu, 24 Nov 2016 06:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-URL-parameter-in-a-ESB-job/m-p/2277040#M52935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-24T06:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get URL parameter in a ESB job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-URL-parameter-in-a-ESB-job/m-p/2277041#M52936</link>
      <description>Hi,
&lt;BR /&gt;Actually we've got a SOAP service here.
&lt;BR /&gt;Is it a way to get the URL parameters ?
&lt;BR /&gt;Thank You.</description>
      <pubDate>Mon, 28 Nov 2016 09:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-URL-parameter-in-a-ESB-job/m-p/2277041#M52936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-28T09:22:38Z</dc:date>
    </item>
  </channel>
</rss>

