<?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: [resolved] Passing values to tSOAP from tFileInputDelimited in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-values-to-tSOAP-from-tFileInputDelimited/m-p/2357171#M122533</link>
    <description>Thx pedro for ur earliest reply.
&lt;BR /&gt;I doesn't want to know how to generate the soap message. 
&lt;BR /&gt;I have the soap message with me to communicate with my web service. My soap message takes two or may be more arguments to the web service as input. I like to call the web service for more than one time with different inputs. So i am storing those input arguments in the csv file and like to use tFileInputDelimited to read the inputs from the csv and pass it to the web service.</description>
    <pubDate>Tue, 20 Mar 2012 08:16:02 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-03-20T08:16:02Z</dc:date>
    <item>
      <title>[resolved] Passing values to tSOAP from tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-values-to-tSOAP-from-tFileInputDelimited/m-p/2357169#M122531</link>
      <description>Hi i am a new to TOS. 
&lt;BR /&gt;My job is to call a web service and store the out put in a file. 
&lt;BR /&gt;Note: My web service uses external XSD and complex data type. 
&lt;BR /&gt;I used tSOAP to send soap request to the web service and it gives soap response. My soap request may have a two or more inputs. 
&lt;BR /&gt;Now my job is to use a tFileInputDelimited to read the request parameters from the csv file and pass those values to the tSOAP. In the below soap message I like to pass the Number1 and Number2 as input from csv file. 
&lt;BR /&gt;"&amp;lt;soapenv:Envelope xmlns: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;" xmlns:sch=\" 
&lt;A href="http://treetechnologies.com/hr/schemas\" target="_blank" rel="nofollow noopener noreferrer"&gt;http://treetechnologies.com/hr/schemas\&lt;/A&gt;"&amp;gt; 
&lt;BR /&gt; &amp;lt;soapenv:Header/&amp;gt; 
&lt;BR /&gt; &amp;lt;soapenv:Body&amp;gt; 
&lt;BR /&gt; &amp;lt;sch:Input&amp;gt; 
&lt;BR /&gt; &amp;lt;sch:Number1&amp;gt; &amp;lt;/sch:Number1&amp;gt; 
&lt;BR /&gt; &amp;lt;sch:Number2&amp;gt; &amp;lt;/sch:Number2&amp;gt; 
&lt;BR /&gt; &amp;lt;/sch:Input&amp;gt; 
&lt;BR /&gt; &amp;lt;/soapenv:Body&amp;gt; 
&lt;BR /&gt;&amp;lt;/soapenv:Envelope&amp;gt;" 
&lt;BR /&gt;Can any one help me to solve this or any other suggestiona to do it in a better way.</description>
      <pubDate>Sat, 16 Nov 2024 12:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-values-to-tSOAP-from-tFileInputDelimited/m-p/2357169#M122531</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Passing values to tSOAP from tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-values-to-tSOAP-from-tFileInputDelimited/m-p/2357170#M122532</link>
      <description>Hi&lt;BR /&gt;Have you read the scenario of tSOAP in document &lt;A href="http://www.talend.com/resources/documentation.php" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;/A&gt;?&lt;BR /&gt;You mean you want to know how to generate this soap message?&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 20 Mar 2012 07:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-values-to-tSOAP-from-tFileInputDelimited/m-p/2357170#M122532</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-20T07:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Passing values to tSOAP from tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-values-to-tSOAP-from-tFileInputDelimited/m-p/2357171#M122533</link>
      <description>Thx pedro for ur earliest reply.
&lt;BR /&gt;I doesn't want to know how to generate the soap message. 
&lt;BR /&gt;I have the soap message with me to communicate with my web service. My soap message takes two or may be more arguments to the web service as input. I like to call the web service for more than one time with different inputs. So i am storing those input arguments in the csv file and like to use tFileInputDelimited to read the inputs from the csv and pass it to the web service.</description>
      <pubDate>Tue, 20 Mar 2012 08:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-values-to-tSOAP-from-tFileInputDelimited/m-p/2357171#M122533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-20T08:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Passing values to tSOAP from tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-values-to-tSOAP-from-tFileInputDelimited/m-p/2357172#M122534</link>
      <description>Hi&lt;BR /&gt;Maybe you can create job as follow.&lt;BR /&gt;tFileInputDelimited--main--&amp;gt;tJavaRow&lt;BR /&gt;          |&lt;BR /&gt;   Iterate&lt;BR /&gt;          |&lt;BR /&gt;       tSOAP&lt;BR /&gt;Set "SOAP message" row1.ColumnName.&lt;BR /&gt;But I don't know the detail of this csv file.&lt;BR /&gt;Could you send an email to me and attach this csv?&lt;BR /&gt;Then I can make it clear.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Tue, 20 Mar 2012 08:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-values-to-tSOAP-from-tFileInputDelimited/m-p/2357172#M122534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-20T08:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Passing values to tSOAP from tFileInputDelimited</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-values-to-tSOAP-from-tFileInputDelimited/m-p/2357173#M122535</link>
      <description>Once again thx for your earliest reply as well as for solving my problem.</description>
      <pubDate>Tue, 20 Mar 2012 09:09:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Passing-values-to-tSOAP-from-tFileInputDelimited/m-p/2357173#M122535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-20T09:09:17Z</dc:date>
    </item>
  </channel>
</rss>

