<?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 How do I extract data from a WSDL? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-extract-data-from-a-WSDL/m-p/2368985#M132183</link>
    <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;Can anyone please assist. I need to extract data from a WSDL webservice and publish the data to tlog.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following input XML:&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;soapenv:Envelope xmlns:inc="http://www.service-now.com/incident" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
   &amp;lt;soapenv:Header/&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;inc:getRecords&amp;gt;
		 &amp;lt;!--Optional:--&amp;gt;
         &amp;lt;__encoded_query&amp;gt;active=true&amp;lt;/__encoded_query&amp;gt;
         &amp;lt;!--Optional:--&amp;gt;
         &amp;lt;__limit&amp;gt;10&amp;lt;/__limit&amp;gt;
         &amp;lt;!--Optional:--&amp;gt;
         &amp;lt;__first_row/&amp;gt;
         &amp;lt;!--Optional:--&amp;gt;
         &amp;lt;__last_row/&amp;gt;
         &amp;lt;!--Optional:--&amp;gt;
         &amp;lt;__order_by/&amp;gt;
         &amp;lt;!--Optional:--&amp;gt;
         &amp;lt;__order_by_desc/&amp;gt;
         &amp;lt;!--Optional:--&amp;gt;
         &amp;lt;__exclude_columns/&amp;gt;
      &amp;lt;/inc:getRecords&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;/PRE&gt;&lt;P&gt;I tried using the tWebServiceInput, but cannot see where I can define my input variables&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 09:12:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T09:12:56Z</dc:date>
    <item>
      <title>How do I extract data from a WSDL?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-extract-data-from-a-WSDL/m-p/2368985#M132183</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;Can anyone please assist. I need to extract data from a WSDL webservice and publish the data to tlog.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following input XML:&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;soapenv:Envelope xmlns:inc="http://www.service-now.com/incident" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
   &amp;lt;soapenv:Header/&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;inc:getRecords&amp;gt;
		 &amp;lt;!--Optional:--&amp;gt;
         &amp;lt;__encoded_query&amp;gt;active=true&amp;lt;/__encoded_query&amp;gt;
         &amp;lt;!--Optional:--&amp;gt;
         &amp;lt;__limit&amp;gt;10&amp;lt;/__limit&amp;gt;
         &amp;lt;!--Optional:--&amp;gt;
         &amp;lt;__first_row/&amp;gt;
         &amp;lt;!--Optional:--&amp;gt;
         &amp;lt;__last_row/&amp;gt;
         &amp;lt;!--Optional:--&amp;gt;
         &amp;lt;__order_by/&amp;gt;
         &amp;lt;!--Optional:--&amp;gt;
         &amp;lt;__order_by_desc/&amp;gt;
         &amp;lt;!--Optional:--&amp;gt;
         &amp;lt;__exclude_columns/&amp;gt;
      &amp;lt;/inc:getRecords&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;/PRE&gt;&lt;P&gt;I tried using the tWebServiceInput, but cannot see where I can define my input variables&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:12:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-I-extract-data-from-a-WSDL/m-p/2368985#M132183</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I extract data from a WSDL?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-I-extract-data-from-a-WSDL/m-p/2368986#M132184</link>
      <description>&lt;P&gt;Hi germatrix,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try to assist you, i think the tWebServiceInput is the good component.&lt;BR /&gt;&amp;nbsp;In Advanced Setting of this component you have a check box : Use Advanced (or somethink like that) . Check it !&lt;BR /&gt;Then Talend will generate some code routine. You have some exemple code in the Java part Code of you tWebServiceInput.&lt;/P&gt;&lt;P&gt;Then you have to do something like that :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;GetRecords gr = new GetRecords();&lt;/P&gt;&lt;P&gt;gr.setEncodedQuery(true);&lt;/P&gt;&lt;P&gt;gr.setLimit(10);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;etc ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope&amp;nbsp;this help,&lt;/P&gt;&lt;P&gt;Good luck ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SGV&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 09:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-I-extract-data-from-a-WSDL/m-p/2368986#M132184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-05T09:15:01Z</dc:date>
    </item>
  </channel>
</rss>

