<?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 get response by using a web service URL and SOAP request in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-response-by-using-a-web-service-URL-and-SOAP-request/m-p/2376122#M138368</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOIMAA4"&gt;@Neena5585&lt;/A&gt;,below links may help.please check.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://mindmajix.com/talend/working-with-web-services-and-queues" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;https://mindmajix.com/talend/working-with-web-services-and-queues&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://dwteam.in/calling-public-web-service-using-talend-open-studio/" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;http://dwteam.in/calling-public-web-service-using-talend-open-studio/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jun 2018 06:41:28 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2018-06-12T06:41:28Z</dc:date>
    <item>
      <title>How to get response by using a web service URL and SOAP request</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-response-by-using-a-web-service-URL-and-SOAP-request/m-p/2376121#M138367</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a web service &lt;STRONG&gt;login url&lt;/STRONG&gt; and &lt;STRONG&gt;SOAP request&lt;/STRONG&gt;. While passing it in postman, the response gives an id.&lt;BR /&gt;I have some project related works using that id. So how do I automate this process to get that id using talend ??&amp;nbsp; Kindly please explain content of each component because I have not used web services in talend.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SOAP request:&lt;BR /&gt;---------------------&lt;BR /&gt;&amp;lt;?xml version='1.0' encoding='utf-8'?&amp;gt;&lt;BR /&gt;&amp;lt;x:Envelope xmlns:x="&lt;A href="http://schemas.xmlsoap.org/soap/envelope/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;" xmlns:urn="urn:Magento"&amp;gt;&lt;BR /&gt;&amp;lt;x:Header/&amp;gt;&lt;BR /&gt;&amp;lt;x:Body&amp;gt;&lt;BR /&gt;&amp;lt;urn:login&amp;gt;&lt;BR /&gt;&amp;lt;urn:username&amp;gt;XXX&amp;lt;/urn:username&amp;gt;&lt;BR /&gt;&amp;lt;urn:apiKey&amp;gt;YYY&amp;lt;/urn:apiKey&amp;gt;&lt;BR /&gt;&amp;lt;/urn:login&amp;gt;&lt;BR /&gt;&amp;lt;/x:Body&amp;gt;&lt;BR /&gt;&amp;lt;/x:Envelope&amp;gt;&lt;/P&gt;&lt;P&gt;Login url:&lt;BR /&gt;-----------&lt;BR /&gt;&lt;A href="https://www.abc.com/index.php/api/index/index/login" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.abc.com/index.php/api/index/index/login&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 06:18:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-response-by-using-a-web-service-URL-and-SOAP-request/m-p/2376121#M138367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-12T06:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get response by using a web service URL and SOAP request</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-response-by-using-a-web-service-URL-and-SOAP-request/m-p/2376122#M138368</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOIMAA4"&gt;@Neena5585&lt;/A&gt;,below links may help.please check.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://mindmajix.com/talend/working-with-web-services-and-queues" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;https://mindmajix.com/talend/working-with-web-services-and-queues&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://dwteam.in/calling-public-web-service-using-talend-open-studio/" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;http://dwteam.in/calling-public-web-service-using-talend-open-studio/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 06:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-response-by-using-a-web-service-URL-and-SOAP-request/m-p/2376122#M138368</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-06-12T06:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to get response by using a web service URL and SOAP request</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-response-by-using-a-web-service-URL-and-SOAP-request/m-p/2376123#M138369</link>
      <description>&lt;P&gt;I think the web service procedure explained in the URL shared by you did not satisfy our concerns. So is there any other solution&amp;nbsp; on which we can give that login URL and XML request as input??&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 07:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-response-by-using-a-web-service-URL-and-SOAP-request/m-p/2376123#M138369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-13T07:36:30Z</dc:date>
    </item>
  </channel>
</rss>

