<?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 Protect SOAP web services with HTTP Basic Authentication in talend studio in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Protect-SOAP-web-services-with-HTTP-Basic-Authentication-in/m-p/2375957#M138246</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to send SOAP request with basic Authentication and I want to extract authentication header inside my job. can any one please guide how to do it? I searched around and found this link &lt;A href="http://janbernhardt.blogspot.com/2017/03/basic-authentication-with-talend-esb.html" alt="http://janbernhardt.blogspot.com/2017/03/basic-authentication-with-talend-esb.html" target="_blank"&gt;http://janbernhardt.blogspot.com/2017/03/basic-authentication-with-talend-esb.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but I dont want to implement in this way I just want to do basic Authentication but not changing wsdl but with talend studio components. &lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:28:14 GMT</pubDate>
    <dc:creator>user19</dc:creator>
    <dc:date>2024-11-15T23:28:14Z</dc:date>
    <item>
      <title>Protect SOAP web services with HTTP Basic Authentication in talend studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Protect-SOAP-web-services-with-HTTP-Basic-Authentication-in/m-p/2375957#M138246</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I need to send SOAP request with basic Authentication and I want to extract authentication header inside my job. can any one please guide how to do it? I searched around and found this link &lt;A href="http://janbernhardt.blogspot.com/2017/03/basic-authentication-with-talend-esb.html" alt="http://janbernhardt.blogspot.com/2017/03/basic-authentication-with-talend-esb.html" target="_blank"&gt;http://janbernhardt.blogspot.com/2017/03/basic-authentication-with-talend-esb.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but I dont want to implement in this way I just want to do basic Authentication but not changing wsdl but with talend studio components. &lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Protect-SOAP-web-services-with-HTTP-Basic-Authentication-in/m-p/2375957#M138246</guid>
      <dc:creator>user19</dc:creator>
      <dc:date>2024-11-15T23:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Protect SOAP web services with HTTP Basic Authentication in talend studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Protect-SOAP-web-services-with-HTTP-Basic-Authentication-in/m-p/2375958#M138247</link>
      <description>&lt;P&gt;You can set the authentication by looking at the "Use Authentication" section of this document.....&lt;/P&gt;&lt;P&gt;https://help.talend.com/r/en-US/7.3/esb-soap/tesbconsumer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To retrieve the header information, you can use a globalMap variable found in the Outline View.....&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LvXg3AAF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134014i0A1A50DAD52D7015/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LvXg3AAF.png" alt="0695b00000LvXg3AAF.png" /&gt;&lt;/span&gt;In the image you can see I am highlighting the HTTP Headers variable of the tESBConsumer component that is in my job. If I open a tJava component and drag this variable to it, I will see code like this.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;((java.util.Map&amp;lt;String,java.util.List&amp;lt;String&amp;gt;&amp;gt;)globalMap.get("tESBConsumer_1_HEADERS"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then it is just a case of iterating over the Map keys to find a key that suits the header we want to look at, then using that key to extract the header and have a look at it. This does require Java, but it isn't terribly difficult.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Dec 2021 15:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Protect-SOAP-web-services-with-HTTP-Basic-Authentication-in/m-p/2375958#M138247</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-02T15:55:13Z</dc:date>
    </item>
  </channel>
</rss>

