<?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: GET response from hitting a wsdl in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/GET-response-from-hitting-a-wsdl/m-p/2279776#M54838</link>
    <description>&lt;P&gt;It is recommended to use tESBConsumer instead of tSoap. Build in logging, activiate SAM...&lt;/P&gt;
&lt;P&gt;tESBConsumer will encapsulate the request into an eveloppe.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How I would do this:&lt;/P&gt;
&lt;P&gt;Build your Talend flow step by step&lt;/P&gt;
&lt;P&gt;1) tFixedflowInput with the parameters&lt;/P&gt;
&lt;P&gt;2) tXmlMap: import your xml&lt;/P&gt;
&lt;P&gt;3) tESBConsumer: execute call (refer to your WSDL)&lt;/P&gt;
&lt;P&gt;4) Log response (success and failure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kr,&lt;/P&gt;
&lt;P&gt;jvl7&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2019 13:20:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-08-20T13:20:39Z</dc:date>
    <item>
      <title>GET response from hitting a wsdl</title>
      <link>https://community.qlik.com/t5/Talend-Studio/GET-response-from-hitting-a-wsdl/m-p/2279772#M54834</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i am trying to hit a WSDL and get the response in tlogrow&lt;/P&gt;
&lt;P&gt;case:&lt;/P&gt;
&lt;P&gt;i am using soap ui to test and get the response from it which is possible in that soap ui. now same&amp;nbsp; thing i want to do i have table in my db and want to take that as input schema or request and then in between i have used &lt;STRONG&gt;tESBconsume&lt;/STRONG&gt;r to hit the WSDL but but not able to do it and get the same response as i am getting in soap ui.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please suggest me how can i achieve the above condition.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;input -----&amp;gt;xmlmap-----&amp;gt;tesbconsumer----&amp;gt;tlogrow..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 09:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/GET-response-from-hitting-a-wsdl/m-p/2279772#M54834</guid>
      <dc:creator>sbxr</dc:creator>
      <dc:date>2019-08-09T09:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: GET response from hitting a wsdl</title>
      <link>https://community.qlik.com/t5/Talend-Studio/GET-response-from-hitting-a-wsdl/m-p/2279773#M54835</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you provide us the tESBconsumer configuration + the error message from the Talend studio.&lt;/P&gt;&lt;P&gt;Right now it is difficult to say: it can be the tXMLmap (your input)/ configuration/ ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;Jvl&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 14:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/GET-response-from-hitting-a-wsdl/m-p/2279773#M54835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-09T14:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: GET response from hitting a wsdl</title>
      <link>https://community.qlik.com/t5/Talend-Studio/GET-response-from-hitting-a-wsdl/m-p/2279774#M54836</link>
      <description>&lt;P&gt;i am still in process of building this job, so let me expain what i want&lt;/P&gt;
&lt;P&gt;please help me achieving below scenario through Talend Job by calling a&lt;STRONG&gt; wsdl&lt;/STRONG&gt; .&lt;/P&gt;
&lt;P&gt;This is the example input and output i am getting after soap request and resonpse.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;requesting&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&amp;lt;inp:ET_EMPLOYEEMaster_Test&amp;gt;&lt;BR /&gt;&lt;/U&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;inp:EMPORGID&amp;gt;2&amp;lt;/inp:EMPORGID&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;inp:EMPID&amp;gt;1we&amp;lt;/inp:EMPID&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;inp:NAME&amp;gt;test&amp;lt;/inp:NAME&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;inp:CODE&amp;gt;?&amp;lt;/inp:CODE&amp;gt;&lt;U&gt;&lt;BR /&gt;&amp;lt;/ET_EMPLOYEEMaster_Test&amp;gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;Response :&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;inp:ET_EMPLOYEEMaster_Test&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;inp:EMPORGID&amp;gt;2&amp;lt;/inp:EMPORGID&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;inp:EMPID&amp;gt;1we&amp;lt;/inp:EMPID&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;inp:NAME&amp;gt;test&amp;lt;/inp:NAME&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;inp:CODE&amp;gt; 1&amp;lt;/inp:CODE&amp;gt;&lt;BR /&gt;&amp;lt;/ET_EMPLOYEEMaster_Test&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to build a job so that it can request that WSDL and get me the above response in Talend.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2019 07:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/GET-response-from-hitting-a-wsdl/m-p/2279774#M54836</guid>
      <dc:creator>sbxr</dc:creator>
      <dc:date>2019-08-16T07:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: GET response from hitting a wsdl</title>
      <link>https://community.qlik.com/t5/Talend-Studio/GET-response-from-hitting-a-wsdl/m-p/2279775#M54837</link>
      <description>if i am trying with tsoap component i am getting below mntioned error:
&lt;BR /&gt;
&lt;BR /&gt;ug 16, 2019 2:21:37 PM com.sun.xml.messaging.saaj.soap.SOAPPartImpl lookForEnvelope
&lt;BR /&gt;SEVERE: SAAJ0514: Unable to create envelope from given source because the root element is not named Envelope
&lt;BR /&gt;Aug 16, 2019 2:21:37 PM com.sun.xml.messaging.saaj.soap.EnvelopeFactory createEnvelope
&lt;BR /&gt;SEVERE: SAAJ0511: Unable to create envelope from given source
&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Aug 2019 09:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/GET-response-from-hitting-a-wsdl/m-p/2279775#M54837</guid>
      <dc:creator>sbxr</dc:creator>
      <dc:date>2019-08-16T09:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: GET response from hitting a wsdl</title>
      <link>https://community.qlik.com/t5/Talend-Studio/GET-response-from-hitting-a-wsdl/m-p/2279776#M54838</link>
      <description>&lt;P&gt;It is recommended to use tESBConsumer instead of tSoap. Build in logging, activiate SAM...&lt;/P&gt;
&lt;P&gt;tESBConsumer will encapsulate the request into an eveloppe.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How I would do this:&lt;/P&gt;
&lt;P&gt;Build your Talend flow step by step&lt;/P&gt;
&lt;P&gt;1) tFixedflowInput with the parameters&lt;/P&gt;
&lt;P&gt;2) tXmlMap: import your xml&lt;/P&gt;
&lt;P&gt;3) tESBConsumer: execute call (refer to your WSDL)&lt;/P&gt;
&lt;P&gt;4) Log response (success and failure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kr,&lt;/P&gt;
&lt;P&gt;jvl7&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 13:20:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/GET-response-from-hitting-a-wsdl/m-p/2279776#M54838</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-20T13:20:39Z</dc:date>
    </item>
  </channel>
</rss>

