<?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: Calling SOAP web service in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Calling-SOAP-web-service/m-p/2216158#M12293</link>
    <description>Thanks Sabrina fro the quick reply
&lt;BR /&gt;I'm calling&amp;nbsp;the web service using a tSOAP block&amp;nbsp;configured&amp;nbsp;as the documentation teach to do!
&lt;BR /&gt;During the run of the process, i get back a huge list of errors&amp;nbsp; &amp;nbsp;&amp;nbsp;
&lt;BR /&gt;Starting job tSoapProject at 10:15 06/12/2016.
&lt;BR /&gt; connecting to socket on port 4054
&lt;BR /&gt; connected
&lt;BR /&gt;dic 06, 2016 10:15:05 AM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection post
&lt;BR /&gt;SEVERE: SAAJ0009: Message send failed
&lt;BR /&gt;Exception in component tSOAP_1
&lt;BR /&gt;com.sun.xml.messaging.saaj.SOAPExceptionImpl: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
&lt;BR /&gt;............
&lt;BR /&gt;I've found another topic which was spoking about it and it seam to be related to the certificate.
&lt;BR /&gt;my question is..
&lt;BR /&gt;heaving a endpoint "https:\\.." could this be a problem to</description>
    <pubDate>Tue, 06 Dec 2016 13:35:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-12-06T13:35:12Z</dc:date>
    <item>
      <title>Calling SOAP web service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-SOAP-web-service/m-p/2216155#M12290</link>
      <description>Hello everybody
&lt;BR /&gt;I'm Muzio, New Talend user.
&lt;BR /&gt;I need to call an existing SOAP web service having a WSDL provided to me by the WS owner.
&lt;BR /&gt;I've already tried to call it using Soap UI and it works fine.
&lt;BR /&gt;I've got a big doubt about which&amp;nbsp;component use in "Talend studio for ESB" to call that web service.
&lt;BR /&gt;MoreOver, using tSOAP or tWebServiceInput or tWebService&amp;nbsp;i'm not able to use WSDL to retrieve input and output schemas.
&lt;BR /&gt;I tried also to create a reference of the W.S. on "Service" leaf... no way
&lt;BR /&gt;Can you please let me know which one, in your opinion, should be the best way to built the solution?
&lt;BR /&gt;Thanks in advance
&lt;BR /&gt;Muzio</description>
      <pubDate>Sat, 16 Nov 2024 10:13:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-SOAP-web-service/m-p/2216155#M12290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calling SOAP web service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-SOAP-web-service/m-p/2216156#M12291</link>
      <description>Hi,
&lt;BR /&gt;Usually, we use tSoap component to&amp;nbsp;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;send the defined SOAP message with the given parameters to the invoked Web service and returns the value as defined, based on the given parameters.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;In tsoap compoment, b
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;y default, the schema contains three&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;String&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;type columns:&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;-&amp;nbsp;Header: stores the SOAP message header of the response from the server end.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;-&amp;nbsp;Body: stores the SOAP message body of the response from the server end.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;-&amp;nbsp;Fault: stores the error information when an error occurs during the SOAP message processing.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Have you already checked the scenario in component reference about:&lt;A href="https://help.talend.com/search/all?query=tSOAP&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tSOAP&lt;/A&gt;?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 06 Dec 2016 03:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-SOAP-web-service/m-p/2216156#M12291</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-06T03:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calling SOAP web service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-SOAP-web-service/m-p/2216157#M12292</link>
      <description>Hi Sabrina
&lt;BR /&gt;Thanks for the quick reply
&lt;BR /&gt;i still have some problem during the connection to the SOAP endpoint
&lt;BR /&gt;"
&lt;A href="https://192.168.1.16:44310/sap/bc/srt/rfc/sap/zcfg_materiale/100/zcfg_materiale/zcfg_materiale" rel="nofollow noopener noreferrer"&gt;https://192.168.1.16:44310/sap/bc/srt/rfc/sap/zcfg_materiale/100/zcfg_materiale/zcfg_materiale&lt;/A&gt;"
&lt;BR /&gt;i notice the certificate i'm tring to use is not trusted!
&lt;BR /&gt;Is there any option to force TALEND access to the endpoint using an untrusted certificate?
&lt;BR /&gt;thanks again
&lt;BR /&gt;Muzio</description>
      <pubDate>Tue, 06 Dec 2016 10:32:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-SOAP-web-service/m-p/2216157#M12292</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-06T10:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calling SOAP web service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-SOAP-web-service/m-p/2216158#M12293</link>
      <description>Thanks Sabrina fro the quick reply
&lt;BR /&gt;I'm calling&amp;nbsp;the web service using a tSOAP block&amp;nbsp;configured&amp;nbsp;as the documentation teach to do!
&lt;BR /&gt;During the run of the process, i get back a huge list of errors&amp;nbsp; &amp;nbsp;&amp;nbsp;
&lt;BR /&gt;Starting job tSoapProject at 10:15 06/12/2016.
&lt;BR /&gt; connecting to socket on port 4054
&lt;BR /&gt; connected
&lt;BR /&gt;dic 06, 2016 10:15:05 AM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection post
&lt;BR /&gt;SEVERE: SAAJ0009: Message send failed
&lt;BR /&gt;Exception in component tSOAP_1
&lt;BR /&gt;com.sun.xml.messaging.saaj.SOAPExceptionImpl: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
&lt;BR /&gt;............
&lt;BR /&gt;I've found another topic which was spoking about it and it seam to be related to the certificate.
&lt;BR /&gt;my question is..
&lt;BR /&gt;heaving a endpoint "https:\\.." could this be a problem to</description>
      <pubDate>Tue, 06 Dec 2016 13:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-SOAP-web-service/m-p/2216158#M12293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-06T13:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Calling SOAP web service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Calling-SOAP-web-service/m-p/2216159#M12294</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Were you able to achieve this successfully?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to do the same, call an API using WSDL in Talend.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 15:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Calling-SOAP-web-service/m-p/2216159#M12294</guid>
      <dc:creator>anushaya1512</dc:creator>
      <dc:date>2020-02-25T15:59:58Z</dc:date>
    </item>
  </channel>
</rss>

