<?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 Question on API Integration in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Question-on-API-Integration/m-p/2370834#M133831</link>
    <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I have one endpoints with multiple ObjectTypes to be retrieved from the same. When an activity is initiated in the endpoint a web-hook action is initiated. We take the web-hook action (retrieve from the JSON (REST service) two pieces of data. As there is a lag in time when the webhook initiates the request, we then use 2 key pieces of data from the JSON and login to the source application and then will have to issue a "retrieve" on the SOAP call and retrieve data. The two data that I am using are the objectType and the uniqueKey. The uniqueKey is same for both the calls whereas the objectType differs. I  have to make two seperate calls and then retrieve the data and then do a mapping from its result and then do an xml map to the database field. I have been successful in getting till I retrieve the data for the ObjectType #1, I am not sure how to go about doing the ObjectType #2 and beyond. I need help/assistance. &lt;/P&gt;&lt;P&gt;Note: Talend is new and all my team members are at the same level as i am in the form of technical strength on the tool. &lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:49:19 GMT</pubDate>
    <dc:creator>Ravi_Rajagopal</dc:creator>
    <dc:date>2024-11-16T01:49:19Z</dc:date>
    <item>
      <title>Question on API Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-on-API-Integration/m-p/2370834#M133831</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I have one endpoints with multiple ObjectTypes to be retrieved from the same. When an activity is initiated in the endpoint a web-hook action is initiated. We take the web-hook action (retrieve from the JSON (REST service) two pieces of data. As there is a lag in time when the webhook initiates the request, we then use 2 key pieces of data from the JSON and login to the source application and then will have to issue a "retrieve" on the SOAP call and retrieve data. The two data that I am using are the objectType and the uniqueKey. The uniqueKey is same for both the calls whereas the objectType differs. I  have to make two seperate calls and then retrieve the data and then do a mapping from its result and then do an xml map to the database field. I have been successful in getting till I retrieve the data for the ObjectType #1, I am not sure how to go about doing the ObjectType #2 and beyond. I need help/assistance. &lt;/P&gt;&lt;P&gt;Note: Talend is new and all my team members are at the same level as i am in the form of technical strength on the tool. &lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-on-API-Integration/m-p/2370834#M133831</guid>
      <dc:creator>Ravi_Rajagopal</dc:creator>
      <dc:date>2024-11-16T01:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Question on API Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-on-API-Integration/m-p/2370835#M133832</link>
      <description>&lt;P&gt;Hi @Ravichandran Rajagopal​&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to understand your question and I hope I can provide some help on this. &lt;/P&gt;&lt;P&gt;Can you show me how you retrieve data from ObjectType#1? and show an example of ObjectType#2?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 01:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-on-API-Integration/m-p/2370835#M133832</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-23T01:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Question on API Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-on-API-Integration/m-p/2370836#M133833</link>
      <description>&lt;P&gt;Shong I am new to this platform of communication. I don't know how to share this with you. However I shall type the question to the best of my ability and you help me with the solution. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;ObjectType #1 = Event&lt;/LI&gt;&lt;LI&gt;ObjectType #2 = Invitee&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;       The following is the current process to retrieve the data for ObjectType #1&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;tFixedFlowInput_2 sets columns objectType = 'Event"; id = ((String)globalMap.get("vEventID"))&lt;/LI&gt;&lt;LI&gt;PayloadXMLmap the objectType and id from 1 is on the lefthandside gets mapped to the respective fields in "payload" on the right hand side.  payload is a document and the values in it is "&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&amp;lt;schema&amp;gt;&amp;lt;column comment="" default="" key="false" label="payload" length="-1" nullable="true" originalDbColumnName="payload" originalLength="-1" pattern="" precision="-1" talendType="id_Document" type=""/&amp;gt;&amp;lt;/schema&amp;gt;"&lt;/LI&gt;&lt;LI&gt; tMap_1 where we merge contents from an XML header document "&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&amp;lt;schema&amp;gt;&amp;lt;column comment="" default="" key="false" label="header" length="-1" nullable="true" originalDbColumnName="header" originalLength="-1" pattern="" precision="-1" talendType="id_Document" type=""/&amp;gt;&amp;lt;/schema&amp;gt;"&lt;/LI&gt;&lt;LI&gt;The output from tMap_1 is going to tESBConsumer_1 where a SOAP call is made to retrieve request from the endpoint defined in the source application. &lt;/LI&gt;&lt;LI&gt;receives the output from the previous step and invokes tXMLMap_11 where I do mapping of all the retrieved XML data from that with mapping in the database fields&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope I have answered to the best of my ability. Now I have to repeat the steps 1-4 for the next Objecttye. I was planning to move steps 2-4 into a joblet. so that I use step #1 from above where I change objecttype to "Invitee" and then the new-joblet and then in tXMLMap_11 have result set from both the SOAP calls on my left hand side and on the right hand side write the details to a table in the database. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me how to proceed forward. &lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Ravi Rajagopal&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 21:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-on-API-Integration/m-p/2370836#M133833</guid>
      <dc:creator>Ravi_Rajagopal</dc:creator>
      <dc:date>2020-07-23T21:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Question on API Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-on-API-Integration/m-p/2370837#M133834</link>
      <description>&lt;P&gt;I'm not sure at this stage of your Talend journey that using a Joblet for this is the best way forward. First you need to get this working in the simplest possible way. It sounds like that way is to fully carry out all of the steps for ObjectType #1 and ObjectType #2 one after the other.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It sounds like you have the process for ObjectType #1 sorted out. Have you tested this? If so, could you post a screenshot of this so that we can see what you have done? Now how does ObjectType #1 need to interact with ObjectType #2? Does the data from type 1 have to be passed to service that returns the type 2 data? Does this data need to be combined to before it is sent to the database?  &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 22:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-on-API-Integration/m-p/2370837#M133834</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-27T22:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Question on API Integration</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-on-API-Integration/m-p/2370838#M133835</link>
      <description>&lt;P&gt;If you just need to iterate different value for ObjectType column, use tForEach instead of tFixedFlowInput. &lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 09:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-on-API-Integration/m-p/2370838#M133835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-28T09:37:30Z</dc:date>
    </item>
  </channel>
</rss>

