<?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: Creating a WSDL client for a SOAP API call in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Creating-a-WSDL-client-for-a-SOAP-API-call/m-p/2223154#M16467</link>
    <description>&lt;P&gt;Hi Richard,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the attached details of what I tried and what error I got.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking for your review feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LwtP"&gt;job_SOAPCALL.docx&lt;/A&gt;</description>
    <pubDate>Fri, 20 Dec 2019 00:30:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-12-20T00:30:33Z</dc:date>
    <item>
      <title>Creating a WSDL client for a SOAP API call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-a-WSDL-client-for-a-SOAP-API-call/m-p/2223152#M16465</link>
      <description>&lt;P&gt;I am stuck in a SOAP API call, I have a SOAP service endpoint &amp;nbsp;-&amp;nbsp;&lt;A href="https://services.neatstreets.com.au/NST_API_20160101.Authority_Service.svc" target="_blank" rel="nofollow noopener noreferrer"&gt;https://services.neatstreets.com.au/NST_API_20160101.Authority_Service.svc&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The WSDL is&amp;nbsp;&lt;A href="https://services.neatstreets.com.au/NST_API_20160101.Authority_Service.svc?singleWsdl.&amp;nbsp;" target="_blank" rel="nofollow noopener noreferrer"&gt;https://services.neatstreets.com.au/NST_API_20160101.Authority_Service.svc?singleWsdl.&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I have to call the service – ReportLastUpdate, SOAPAction:&amp;nbsp;&lt;A href="https://neatstreets.com.au/IAuthority_Service/ReportLastUpdated" target="_blank" rel="nofollow noopener noreferrer"&gt;https://neatstreets.com.au/IAuthority_Service/ReportLastUpdated&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Sample payload is &amp;nbsp;&amp;lt;T1&amp;gt;[Start Time]&amp;lt;/T1&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;T2&amp;gt;[End Time]&amp;lt;/T2&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CategoryName&amp;gt;[Category]&amp;lt;/CategoryName&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ApplicationName&amp;gt;[Application]&amp;lt;/ApplicationName&amp;gt;&lt;/P&gt;
&lt;P&gt;I tried using turstkey store, and using basic authentication as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried all possible component like tSOAP, tESBConsumer, tHttpRequest and tWebServiceInput. I also tried creating a WSDL client but nothing is working.&lt;/P&gt;
&lt;P&gt;Please suggest how to interact with this SOAP endpoint.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:47:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-a-WSDL-client-for-a-SOAP-API-call/m-p/2223152#M16465</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T03:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a WSDL client for a SOAP API call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-a-WSDL-client-for-a-SOAP-API-call/m-p/2223153#M16466</link>
      <description>&lt;P&gt;First of all I think you have sent the wrong WSDL. This is the actual WSDL of your service....&lt;/P&gt;
&lt;P&gt;&lt;A href="https://services.neatstreets.com.au/NST_API_20160101.Authority_Service.svc?wsdl" target="_blank" rel="nofollow noopener noreferrer"&gt;https://services.neatstreets.com.au/NST_API_20160101.Authority_Service.svc?wsdl&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;You will need to try to configure your component using that WSDL. Let me know what happens you use the above WSDL&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 10:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-a-WSDL-client-for-a-SOAP-API-call/m-p/2223153#M16466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-19T10:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a WSDL client for a SOAP API call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-a-WSDL-client-for-a-SOAP-API-call/m-p/2223154#M16467</link>
      <description>&lt;P&gt;Hi Richard,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the attached details of what I tried and what error I got.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking for your review feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LwtP"&gt;job_SOAPCALL.docx&lt;/A&gt;</description>
      <pubDate>Fri, 20 Dec 2019 00:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-a-WSDL-client-for-a-SOAP-API-call/m-p/2223154#M16467</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-20T00:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a WSDL client for a SOAP API call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-a-WSDL-client-for-a-SOAP-API-call/m-p/2223155#M16468</link>
      <description>&lt;P&gt;This looks like the cause of your issue.....&lt;A href="http://cxf.547215.n5.nabble.com/NullPointerException-on-Policy-merge-td5740289.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://cxf.547215.n5.nabble.com/NullPointerException-on-Policy-merge-td5740289.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you had this working using other tools, you will have been through the process of acquiring a secure token. You will also need to do this with Talend&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 10:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-a-WSDL-client-for-a-SOAP-API-call/m-p/2223155#M16468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-12-20T10:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a WSDL client for a SOAP API call</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-a-WSDL-client-for-a-SOAP-API-call/m-p/2223156#M16469</link>
      <description>&lt;P&gt;I tried all possible ways I can. As per my understanding Talend is using JAX libraries but this WSDL will need apache cxf library. I sucessfully did a call to the SOAP API in a java application using&amp;nbsp;&amp;nbsp;&lt;A href="https://help.eclipse.org/2019-12/index.jsp?topic=%2Forg.eclipse.jst.ws.cxf.doc.user%2Ftasks%2Fcreate_client.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.eclipse.org/2019-12/index.jsp?topic=%2Forg.eclipse.jst.ws.cxf.doc.user%2Ftasks%2Fcreate_client.html,&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;I created a jar and used that in talend routine to get the response from the SOAP service.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But I want to do it using Talend components, I tried using tESBConsumer but it is not using Apache CXF libraries, I suppose. I explicitly added cxf libraries using tLoadLibraries but I am not sure is it a right approach? I don't know what mechanism I use to get token and send it to web service call.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Looking forward to resolve this log pending thread.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 12:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-a-WSDL-client-for-a-SOAP-API-call/m-p/2223156#M16469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-16T12:40:14Z</dc:date>
    </item>
  </channel>
</rss>

