<?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: Call webservice in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Call-webservice/m-p/2240244#M27793</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for your reponse.&lt;BR /&gt;&lt;BR /&gt;So, the good method is :&lt;BR /&gt;&lt;BR /&gt;tMySqlInput (database 1) - tMap -&amp;nbsp;&lt;SPAN&gt;tSOAP (to check result) - (if result ko =&amp;gt; tSOAP (to insert in database 2)) - (if result ok=&amp;gt; tSOAP (to get "adress" field) - tMySQLOutput (database 2)&lt;BR /&gt;&lt;BR /&gt;How to check the result of tSOAP ? Can I map tMySQLInput with tMap ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Mar 2020 12:43:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-03-10T12:43:42Z</dc:date>
    <item>
      <title>Call webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Call-webservice/m-p/2240242#M27791</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I want to create a job but I don't know the good method.&lt;BR /&gt;&lt;BR /&gt;- I want to get data from a database A.&amp;nbsp;&lt;BR /&gt;- I want to verify that these data exist or not in another database B. For this I have a web service that I can call&lt;BR /&gt;- If the data doesn't exist, I create these data in the database B (with a webservice that I can call), if not, I get the column "adress" from the database B (with a webservice that I can call) and update the data in the database A with these column&lt;BR /&gt;&lt;BR /&gt;For example :&lt;BR /&gt;&lt;BR /&gt;- I get two invoices from the database A where the column "adress" is null (with a SQL request). I get two columns "name" and "firstname"&lt;BR /&gt;- I call a webservice who exists with these two columns (&lt;STRONG&gt;I don't know how to do to pass parameters to a web service.)&lt;/STRONG&gt;&amp;nbsp;The webservice replies that the first invoice doesn't exist and the second exists&lt;BR /&gt;- I create the first invoice in the database B by calling a webservice (who exists)&lt;BR /&gt;- I get the column "adress" from the database B by calling a webservice (who exists) and update this second invoice in the database A by update the column "adress"&lt;BR /&gt;&lt;BR /&gt;Thanks you&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Call-webservice/m-p/2240242#M27791</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T03:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Call webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Call-webservice/m-p/2240243#M27792</link>
      <description>Hi 
&lt;BR /&gt;To get data from database, you can use tDBxxxInput component such as tOracleInput. 
&lt;BR /&gt;To call a soap webservice, use tSOAP or tWebserviceInput. 
&lt;BR /&gt;To call a restful webservice, use a tRest component. 
&lt;BR /&gt;As a newbie, please read the component documentation and learn these component. 
&lt;BR /&gt; 
&lt;BR /&gt;Feel free to post if you have any questions. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 10 Mar 2020 11:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Call-webservice/m-p/2240243#M27792</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-10T11:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Call webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Call-webservice/m-p/2240244#M27793</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for your reponse.&lt;BR /&gt;&lt;BR /&gt;So, the good method is :&lt;BR /&gt;&lt;BR /&gt;tMySqlInput (database 1) - tMap -&amp;nbsp;&lt;SPAN&gt;tSOAP (to check result) - (if result ko =&amp;gt; tSOAP (to insert in database 2)) - (if result ok=&amp;gt; tSOAP (to get "adress" field) - tMySQLOutput (database 2)&lt;BR /&gt;&lt;BR /&gt;How to check the result of tSOAP ? Can I map tMySQLInput with tMap ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 12:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Call-webservice/m-p/2240244#M27793</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-10T12:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Call webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Call-webservice/m-p/2240245#M27794</link>
      <description>How to do to create an object «&amp;amp;nbsp;Invoice&amp;amp;nbsp;» and after get data with my tMySqlInput , supply this object and send it to my web service (by url) that I call ?</description>
      <pubDate>Tue, 10 Mar 2020 22:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Call-webservice/m-p/2240245#M27794</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-10T22:42:51Z</dc:date>
    </item>
  </channel>
</rss>

