<?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: Help with TSOAP and message body in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Help-with-TSOAP-and-message-body/m-p/2375105#M137589</link>
    <description>&lt;P&gt;Hi @juan miguel​,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your SOAP Message shouldn't contain the WSDL, it should be a SOAP message that has been produced using the WSDL as the "instructions" for how to build this message. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The documentation for the tSOAP component can be found here: https://help.talend.com/r/en-US/7.3/soap/tsoap&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you need to do is to get the schema of the XML from your WSDL. This can be done like this.....&lt;/P&gt;&lt;P&gt;https://help.talend.com/r/en-US/7.3/studio-user-guide-data-services-platform/exporting-service-for-deployment&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SOAP services are quite tricky to get the hang of. You will need to make sure that you have the correct endpoint, the correct SOAP Action, the correct version of SOAP selected and the correct XML schema. The schema for your Action will be generated if you follow the URL above. You can then use that with a tXMLMap component to build the data into it dynamically. &lt;/P&gt;</description>
    <pubDate>Thu, 18 Nov 2021 18:05:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-11-18T18:05:48Z</dc:date>
    <item>
      <title>Help with TSOAP and message body</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-with-TSOAP-and-message-body/m-p/2375104#M137588</link>
      <description>&lt;P&gt;Hi everybody , im begginner in talend os and i need help please.&lt;/P&gt;&lt;P&gt;Im using TSOAP to send a request to my WebService, so far I put the WSDL in the "SOAP Message" field and it works fine, I attach an image of how I do the process , you can see that I put the complete wsdl in the SOAP  Message field, but when doing this it remains static and I need to send a wsdl with different values that I will read from a csv file, there is some way to put a variable in the SOAP Message field that contains that wsdl set up in a step before TSOAP??.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000L0k7vAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130437i7F3B12EC911C2EB9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000L0k7vAAB.png" alt="0695b00000L0k7vAAB.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000L0k7WAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137388iC1B42C154FA38546/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000L0k7WAAR.png" alt="0695b00000L0k7WAAR.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-with-TSOAP-and-message-body/m-p/2375104#M137588</guid>
      <dc:creator>jimluugane</dc:creator>
      <dc:date>2024-11-15T23:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help with TSOAP and message body</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-with-TSOAP-and-message-body/m-p/2375105#M137589</link>
      <description>&lt;P&gt;Hi @juan miguel​,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your SOAP Message shouldn't contain the WSDL, it should be a SOAP message that has been produced using the WSDL as the "instructions" for how to build this message. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The documentation for the tSOAP component can be found here: https://help.talend.com/r/en-US/7.3/soap/tsoap&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you need to do is to get the schema of the XML from your WSDL. This can be done like this.....&lt;/P&gt;&lt;P&gt;https://help.talend.com/r/en-US/7.3/studio-user-guide-data-services-platform/exporting-service-for-deployment&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SOAP services are quite tricky to get the hang of. You will need to make sure that you have the correct endpoint, the correct SOAP Action, the correct version of SOAP selected and the correct XML schema. The schema for your Action will be generated if you follow the URL above. You can then use that with a tXMLMap component to build the data into it dynamically. &lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 18:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-with-TSOAP-and-message-body/m-p/2375105#M137589</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-18T18:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help with TSOAP and message body</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Help-with-TSOAP-and-message-body/m-p/2375106#M137590</link>
      <description>&lt;P&gt;Sure, thanks for the answer, I raised it wrong, but I have already found the answer by consulting the documentation. Thanks for answering&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 20:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Help-with-TSOAP-and-message-body/m-p/2375106#M137590</guid>
      <dc:creator>jimluugane</dc:creator>
      <dc:date>2021-11-18T20:28:10Z</dc:date>
    </item>
  </channel>
</rss>

