<?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 tWebServiceInput - Advanced Use in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tWebServiceInput-Advanced-Use/m-p/2276465#M52530</link>
    <description>Hi&lt;BR /&gt;I'm newbie of talent studio open and I'm trying to make a simple example&lt;BR /&gt;I have a DB table and for each row I want to consume a web service&lt;BR /&gt;I my case I have a web service using complex type and so I should (if I understand well) the advanced use in order to be able create Stub and use it.&lt;BR /&gt;I don't have understand how can I map in the java code table's fields to my complex type (to be able to invoke the WS)&lt;BR /&gt;There is a tutorial or an example available to download ?&lt;BR /&gt;Why it says me "No schema has been defined yet"?&lt;BR /&gt;If the results of the ws must be used for another operation using ETL compoent.. how link it ?&lt;BR /&gt;Thank&lt;BR /&gt;Roberto</description>
    <pubDate>Sat, 16 Nov 2024 13:00:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:00:49Z</dc:date>
    <item>
      <title>tWebServiceInput - Advanced Use</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebServiceInput-Advanced-Use/m-p/2276465#M52530</link>
      <description>Hi&lt;BR /&gt;I'm newbie of talent studio open and I'm trying to make a simple example&lt;BR /&gt;I have a DB table and for each row I want to consume a web service&lt;BR /&gt;I my case I have a web service using complex type and so I should (if I understand well) the advanced use in order to be able create Stub and use it.&lt;BR /&gt;I don't have understand how can I map in the java code table's fields to my complex type (to be able to invoke the WS)&lt;BR /&gt;There is a tutorial or an example available to download ?&lt;BR /&gt;Why it says me "No schema has been defined yet"?&lt;BR /&gt;If the results of the ws must be used for another operation using ETL compoent.. how link it ?&lt;BR /&gt;Thank&lt;BR /&gt;Roberto</description>
      <pubDate>Sat, 16 Nov 2024 13:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebServiceInput-Advanced-Use/m-p/2276465#M52530</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: tWebServiceInput - Advanced Use</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebServiceInput-Advanced-Use/m-p/2276466#M52531</link>
      <description>hi,
&lt;BR /&gt;first of all , you're trying to write into an "input" component (see the sens of the arrow of web service component) 
&lt;BR /&gt;So the only way to do that it's to use 'flow to iterate' component and by this way pass dynamic parameters value into your web service component.
&lt;BR /&gt;to start with some example, use 'F1" shortcut help and have a look at Wiki talend example.
&lt;BR /&gt;regards
&lt;BR /&gt;laurent</description>
      <pubDate>Sat, 26 Mar 2011 11:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebServiceInput-Advanced-Use/m-p/2276466#M52531</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-26T11:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: tWebServiceInput - Advanced Use</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tWebServiceInput-Advanced-Use/m-p/2276467#M52532</link>
      <description>Ty Laurent 
&lt;BR /&gt;I read the help scenario 2 for the component but I still to have some issue.. 
&lt;BR /&gt;The scenario doesn't cover all my needs. 
&lt;BR /&gt;It is talking about output (using the "output_row.XXX"). 
&lt;BR /&gt;I need to map input WS argument from the previous component and also I want to reuse the __AUTH_USERNAME__ and psw variable 
&lt;BR /&gt;This about if in the help scenario 2 i want to replace: 
&lt;BR /&gt;stub.setUsername("identifiant"); 
&lt;BR /&gt;Stub.setPassword("mot de passe"); 
&lt;BR /&gt;to 
&lt;BR /&gt;stub.setUsername(__AUTH_USERNAME__); 
&lt;BR /&gt;stub.setPassword(__AUTH_PASSWORD__); 
&lt;BR /&gt;it dosn0t works because both __AUTH variable are not recognized 
&lt;BR /&gt;So first question is : how to use __XXX__ variable in the advanced setting code ? 
&lt;BR /&gt; 
&lt;BR /&gt;and again.. in the scenario arguments to the WS are fixed (start/endSymbol I and J). 
&lt;BR /&gt;String startSymbol="I"; 
&lt;BR /&gt;String endSymbol="J"; 
&lt;BR /&gt;routines.Fund result = fundHoldings.listFunds(startSymbol, endSymbol); 
&lt;BR /&gt;But I'm iterating the WS invoke from a db table. 
&lt;BR /&gt;How can I map ws argument from the "input" table ? 
&lt;BR /&gt;There is a "special" variable like the output_row ? 
&lt;BR /&gt;I try with "input_row" but without success 
&lt;BR /&gt;Ty</description>
      <pubDate>Mon, 28 Mar 2011 09:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tWebServiceInput-Advanced-Use/m-p/2276467#M52532</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-28T09:48:53Z</dc:date>
    </item>
  </channel>
</rss>

