<?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: Data from and to a webservice in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252353#M36010</link>
    <description>Hi Ihab 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Can I use Talend to implement this situation?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;yes, it can implement this situation with TOS. You can use the tWebServiceInput or another internet component to get data from web-service. and then, use the tSendMail component to send a confirmation response back. 
&lt;BR /&gt;I wonder what kind of data will you get from web-service. Please show more detailed information and what is your expected result. So, we can give you more precise response. 
&lt;BR /&gt;Feel free to post your question. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
    <pubDate>Tue, 06 Nov 2007 02:53:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-11-06T02:53:48Z</dc:date>
    <item>
      <title>Data from and to a webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252352#M36009</link>
      <description>&lt;P&gt;Hi everybody,&lt;BR /&gt;I know that with Talend, you can easily design a job and then call it via a web-service.&lt;BR /&gt;My question is: can we pass data to this job, and then receive data from it?&lt;BR /&gt;To make my point clearer, let's imagine a situation where I have a simple form with 2 or 3 fields. Each time this form is submitted, i want to send the entered data (using a webservice call) to a Talend job that will store the data in the proper databases, and then I want the job to send a confirmation response back.&lt;BR /&gt;Can I use Talend to implement this situation?&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 14:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252352#M36009</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T14:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data from and to a webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252353#M36010</link>
      <description>Hi Ihab 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Can I use Talend to implement this situation?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;yes, it can implement this situation with TOS. You can use the tWebServiceInput or another internet component to get data from web-service. and then, use the tSendMail component to send a confirmation response back. 
&lt;BR /&gt;I wonder what kind of data will you get from web-service. Please show more detailed information and what is your expected result. So, we can give you more precise response. 
&lt;BR /&gt;Feel free to post your question. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Tue, 06 Nov 2007 02:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252353#M36010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-06T02:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data from and to a webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252354#M36011</link>
      <description>Thanks for your prompt response, 
&lt;BR /&gt;However, what I am trying to say is that i need to pass arguments(data) to the talend job when I call it as a webService ( And not call a webService from the talend job to get the data). 
&lt;BR /&gt;For the moment, I only succeded to call it as a webservice( by simply exporting it as a webService) without passing any arguments(data) to it. 
&lt;BR /&gt;In the same perspective, I need to be able to send a soap response(and not a mail response) that contains some data. 
&lt;BR /&gt;Is this possible? 
&lt;BR /&gt;Thanks again</description>
      <pubDate>Tue, 06 Nov 2007 05:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252354#M36011</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2007-11-06T05:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data from and to a webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252355#M36012</link>
      <description>Hi, 
&lt;BR /&gt;I had the same problem and finally found an awkward way to solve it. For the context-parameter named 'fileName1' call it like this and it works: 
&lt;BR /&gt;http://localhost/talend/services/MyFirstJob?method=runJob&amp;amp;args=--context_param%20fileName1=xxx 
&lt;BR /&gt;%20 = whitespace 
&lt;BR /&gt;Kind regards 
&lt;BR /&gt;Akapella. 
&lt;BR /&gt;PS: Have look into the source-code of your job-definitino (e.g. MyJob.java); at the end of the file you will find the method evalParam which reads parameters!</description>
      <pubDate>Thu, 08 Nov 2007 14:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252355#M36012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-11-08T14:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data from and to a webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252356#M36013</link>
      <description>hi ihab 
&lt;BR /&gt;you can try this code it runs correctly: 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;&amp;lt;%@ page language="java" contentType="text/html; charset=ISO-8859-1" 
&lt;BR /&gt; pageEncoding="ISO-8859-1"%&amp;gt; 
&lt;BR /&gt;&amp;lt;%@ page import="org.apache.axis.client.Call" %&amp;gt; 
&lt;BR /&gt;&amp;lt;%@ page import="org.apache.axis.client.Service" %&amp;gt; 
&lt;BR /&gt;&amp;lt;META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /&amp;gt; 
&lt;BR /&gt;&amp;lt;META name="GENERATOR" content="IBM Software Development Platform" /&amp;gt; 
&lt;BR /&gt;&amp;lt;META http-equiv="Content-Style-Type" content="text/css" /&amp;gt; 
&lt;BR /&gt;&amp;lt;LINK href=" 
&lt;A href="https://community.talend.com/theme/Master.css" target="_blank"&gt;https://community.talend.com/theme/Master.css&lt;/A&gt;" rel="stylesheet" /&amp;gt; 
&lt;BR /&gt; type="text/css"&amp;gt; 
&lt;BR /&gt;&amp;lt;TITLE&amp;gt;t1.jsp&amp;lt;/TITLE&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;&amp;lt;% 
&lt;BR /&gt;try { 
&lt;BR /&gt; String endpoint = "http://localhost:8080/base/services/process"; 
&lt;BR /&gt; 
&lt;BR /&gt; Service service = new Service(); 
&lt;BR /&gt; Call call = (Call) service.createCall(); 
&lt;BR /&gt; 
&lt;BR /&gt; call.setTargetEndpointAddress( new java.net.URL(endpoint) ); 
&lt;BR /&gt; call.setOperationName("runJob"); 
&lt;BR /&gt; String to = request.getParameter("to"); 
&lt;BR /&gt; String from = request.getParameter("from"); 
&lt;BR /&gt; String cc = request.getParameter("cc"); 
&lt;BR /&gt; String sujet = request.getParameter("sujet"); 
&lt;BR /&gt; String message = request.getParameter("message"); 
&lt;BR /&gt; 
&lt;BR /&gt; Object[] myParams = new Object; 
&lt;BR /&gt; myParams = (Object) new String("--context_param to="+to); 
&lt;BR /&gt; myParams = (Object) new String("--context_param from="+from); 
&lt;BR /&gt; myParams = (Object) new String("--context_param cc="+cc); 
&lt;BR /&gt; myParams = (Object) new String("--context_param sujet="+sujet); 
&lt;BR /&gt; myParams = (Object) new String("--context_param message="+message); 
&lt;BR /&gt; String returns = (String) call.invoke(myParams); 
&lt;BR /&gt; 
&lt;BR /&gt; System.out.println("Return: " + returns); 
&lt;BR /&gt;%&amp;gt; 
&lt;BR /&gt; 
&lt;FONT color="navy" size="+0"&gt;&lt;B&gt;Message enregistré&lt;/B&gt;&lt;/FONT&gt;&amp;lt;% 
&lt;BR /&gt; } catch (Exception e) { 
&lt;BR /&gt; System.err.println("erreur : "+e.toString()); 
&lt;BR /&gt; } 
&lt;BR /&gt;%&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT color="navy" size="+0"&gt;&lt;B&gt;Fin du traitement&lt;/B&gt;&lt;/FONT&gt; 
&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Feb 2008 17:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252356#M36013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-25T17:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Data from and to a webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252357#M36014</link>
      <description>Hi everybody
&lt;BR /&gt;I have also a data-flow project.
&lt;BR /&gt;Getting some runtime parameters to the job via Args seems feasible but how to send back data?
&lt;BR /&gt;I think the SendMail is not really what should happen here. File is out of question and database is also not the solution, neither the console - what is left ?
&lt;BR /&gt;My question: How far away is a tWebServiceOutput Component ? Has anybody done it yet ?
&lt;BR /&gt;Comments welcome
&lt;BR /&gt;Benjamin</description>
      <pubDate>Fri, 27 Jun 2008 09:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252357#M36014</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-27T09:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Data from and to a webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252358#M36015</link>
      <description>Hi Folks, 
&lt;BR /&gt;I'm with Benjamin on this topic. Is there a tWebServiceOutput component on the Talend component development schedule? If so, when is it scheduled to be completed. 
&lt;BR /&gt;If not, are you looking for the community to create one? This may not be a bad thing but if there is no agenda to create such a component, it would be best to give that information to the talend community so someone can start looking into creating such a component. 
&lt;BR /&gt;Simply put, I want to send results from this wonderful tool to my webservices and the tWebServiceOutput seems to be the answer. Thoughts or comments? (rants?)
&lt;BR /&gt;Cheers
&lt;BR /&gt;Darren</description>
      <pubDate>Thu, 17 Jul 2008 23:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252358#M36015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-17T23:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data from and to a webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252359#M36016</link>
      <description>Have look at &lt;A href="http://talendforge.org/wiki/doku.php?id=doc:export_as_webservice" target="_blank" rel="nofollow noopener noreferrer"&gt; Export a job as webservice&lt;/A&gt; and tell us if it fits your need.</description>
      <pubDate>Fri, 18 Jul 2008 08:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252359#M36016</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-18T08:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data from and to a webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252360#M36017</link>
      <description>@Darren
&lt;BR /&gt;you wrote: "... results from this wonderful tool to my webservices.." this would mean, Talend is the webservices client. This works already.
&lt;BR /&gt;in the meantime I got a hint to use tBufferOutput . This component does produce a SOAP Output as used in Webservices, but it doesn't produces the according wsdl definition file...
&lt;BR /&gt;So we have to create a job which ends in tBufferOutput, export that job as a webservice and deploy it on a webserver. If you use .../RunJob, you will see the results. 
&lt;BR /&gt;Arguments are passed as usual.
&lt;BR /&gt;@plegall
&lt;BR /&gt;Your answer is not targeting the question / problem. Maybe my explanation above makes it clearer.
&lt;BR /&gt;Thanks for your Input
&lt;BR /&gt;&amp;amp; cheers
&lt;BR /&gt;B.</description>
      <pubDate>Fri, 18 Jul 2008 11:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252360#M36017</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-18T11:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data from and to a webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252361#M36018</link>
      <description>Thanks for the quick reply. 
&lt;BR /&gt;We took a look at the wiki and it describes how to create a webservice. We are looking to talk to an existing webservice (as a client). 
&lt;BR /&gt;For example, I have a talend job which gives me currency exchange rate values. I want to call a webservice in an external application and send it the currency exchange rate information. Let's assume that I do not have control of the external web service application and I do not have access to its database. 
&lt;BR /&gt;The talend job already exists and the external web service which accepts the currency exchange rate already exists but we need to link the two together. 
&lt;BR /&gt;Simply put, we are looking to take data from a talend job and send it to a NON-talend web service. We are looking for the opposite of tWebserviceInput; a simple way of calling a webservice and sending it data. There are complementary tFileInput/tFileOutput components but webservices has only an input component. 
&lt;BR /&gt;We looked a the tWebserviceInput component and it appears that for simple output it may be able to be used. However, the interface has no helpers and it generally assume a very simple call interface which is not appropriate for complex situations. 
&lt;BR /&gt;Thought and comments are always welcome.
&lt;BR /&gt;Thanks everyone.
&lt;BR /&gt;Darren</description>
      <pubDate>Fri, 18 Jul 2008 16:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252361#M36018</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-07-18T16:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data from and to a webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252362#M36019</link>
      <description>Hi everyone,
&lt;BR /&gt;Is tWebServiceOutput available in next release? I don't see this component available in 3.0.3.
&lt;BR /&gt;Thanks,
&lt;BR /&gt; CC</description>
      <pubDate>Tue, 24 Mar 2009 13:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252362#M36019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-03-24T13:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data from and to a webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252363#M36020</link>
      <description>Hi all,
&lt;BR /&gt;I use Talend to create two different kind of jobs :
&lt;BR /&gt;- batch launched with a .sh file
&lt;BR /&gt;- webservices called by other applications.
&lt;BR /&gt;In those batches jobs I use context variables in order to determine datas needed for the database connection. No problem !
&lt;BR /&gt;But in my webservices I would like to pass some parameters like a name or something else. Should I use context variables too or is there something else ?
&lt;BR /&gt;I would like to distinguish system parameters (parameters for the database) and functional parameters (the real webservice parameters).
&lt;BR /&gt;
&lt;BR /&gt;Sorry for my english ...
&lt;BR /&gt;Thx in advance</description>
      <pubDate>Thu, 09 Apr 2009 10:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252363#M36020</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-09T10:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: Data from and to a webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252364#M36021</link>
      <description>I have a same question , I have job data base in talend and have to pass data from talend data base to web services through which i can create a data in mine data base &lt;BR /&gt;please suggest how can proceed for this &lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 18 May 2010 11:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252364#M36021</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-05-18T11:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data from and to a webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252365#M36022</link>
      <description>I have similar problem and I cannot fin the information in the forum. 
&lt;BR /&gt;My question is regarding in more details the usage of the web-service call (see the attached picture) 
&lt;BR /&gt;My web service have a method who takes two parameters like in the following exemple: 
&lt;BR /&gt;&amp;lt;ENVELOPE SOAPENV=" 
&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;" NS=" 
&lt;A href="http://www.restfulwebservices.net/ServiceContracts/2008/01" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.restfulwebservices.net/ServiceContracts/2008/01&lt;/A&gt;"&amp;gt; 
&lt;BR /&gt; &amp;lt;HEADER&amp;gt;&amp;lt;/HEADER&amp;gt; 
&lt;BR /&gt; &amp;lt;BODY&amp;gt; 
&lt;BR /&gt; &amp;lt;GETCONVERSIONRATE&amp;gt; 
&lt;BR /&gt; 
&lt;!--Optional:--&gt; 
&lt;BR /&gt; &amp;lt;FROMCURRENCY&amp;gt;CHF&amp;lt;/FROMCURRENCY&amp;gt; 
&lt;BR /&gt; 
&lt;!--Optional:--&gt; 
&lt;BR /&gt; &amp;lt;TOCURRENCY&amp;gt;EUR&amp;lt;/TOCURRENCY&amp;gt; 
&lt;BR /&gt; &amp;lt;/GETCONVERSIONRATE&amp;gt; 
&lt;BR /&gt; &amp;lt;/BODY&amp;gt; 
&lt;BR /&gt;&amp;lt;/ENVELOPE&amp;gt; 
&lt;BR /&gt;I want these two parameters to be injected from a DB table (a view in fact). 
&lt;BR /&gt;I cannot find the place where I can define FromCurrency and ToCurrency in the webservice_input component. 
&lt;BR /&gt;Are the values passed by order (the 1st one will be FromCurrency, and the 2nd mapped to ToCurrency implicitely) 
&lt;BR /&gt;I tried like this but I got an error : 
&lt;BR /&gt;Exception in component tWebServiceInput_1 
&lt;BR /&gt;java.lang.RuntimeException: not know how to convert 'CHF' into org.apache.axis.client.Call@1f54c5f 
&lt;BR /&gt; at org.talend.DynamicInvoker.getParamData(DynamicInvoker.java:370) 
&lt;BR /&gt;... 
&lt;BR /&gt;Like the parameters are not in the right type (the values are String in DB and iterated from the mySqlInput) 
&lt;BR /&gt;Note that with SOAPUI, the service is working fine. 
&lt;BR /&gt;I tried to follow the instruction from this post: 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCtcDCAS" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/How-to-insert-a-delay/td-p/65062&lt;/A&gt; 
&lt;BR /&gt;Thanks in advance for your help. 
&lt;BR /&gt; 
&lt;BR /&gt;Patrick</description>
      <pubDate>Fri, 04 Mar 2011 08:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252365#M36022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-04T08:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Data from and to a webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252366#M36023</link>
      <description>any update on this one? i seem to have the same need:
&lt;BR /&gt; user input query in a web page --&amp;gt; talend exported job as web service --&amp;gt; call to database ---&amp;gt;| 
&lt;BR /&gt;display db data as tables/db structure not SOAP &amp;lt;-- talend exported job as web service&amp;lt;-- returned db data &amp;lt;--- |</description>
      <pubDate>Sun, 17 Jul 2011 10:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252366#M36023</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-07-17T10:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Data from and to a webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252367#M36024</link>
      <description>Hi All,&lt;BR /&gt;Even am also looking for the same. &lt;BR /&gt;Can anyone please help ?&lt;BR /&gt;Thanks,&lt;BR /&gt;Arun</description>
      <pubDate>Tue, 17 Jul 2012 12:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-from-and-to-a-webservice/m-p/2252367#M36024</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-17T12:31:59Z</dc:date>
    </item>
  </channel>
</rss>

