<?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: tSoap : How to send SOAP UI message with Talend ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tSoap-How-to-send-SOAP-UI-message-with-Talend/m-p/2261125#M42002</link>
    <description>&lt;P&gt;Solved: the https certificate was missing from java.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jan 2018 14:01:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-03T14:01:09Z</dc:date>
    <item>
      <title>tSoap : How to send SOAP UI message with Talend ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSoap-How-to-send-SOAP-UI-message-with-Talend/m-p/2261119#M41996</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;i have a problem with tSoapUi component, and google don't help me.&lt;/P&gt; 
&lt;P&gt;I want to develop a talend job who can send a Soap Ui Request, and read the response in a tLogRow component.&lt;/P&gt; 
&lt;P&gt;First, endpoint and Action Soap are correct ? I think endpoint is easy to found, i copy/paste with SoapUI. but "Action Soap", i don't really understand what it is. The component don't want the WSDL, it's strange too, dont understand.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When i run the job, the error is strange too (check), my syntax work with Soap Ui, why not in Talend?&lt;/P&gt; 
&lt;P&gt;Thanks you, and sorry for bad English.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Request (in screenshoot too) :&lt;/P&gt; 
&lt;PRE&gt;&amp;lt;soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:com="http://com.mt.nif.dsis.services.dsis/"&amp;gt;
   &amp;lt;soapenv:Header/&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;com:getDocsis&amp;gt;
         &amp;lt;macAddress&amp;gt;555&amp;lt;/macAddress&amp;gt;
      &amp;lt;/com:getDocsis&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SoapErreur1.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuXC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145618iC32FF50A985301CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuXC.png" alt="0683p000009LuXC.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2017 15:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSoap-How-to-send-SOAP-UI-message-with-Talend/m-p/2261119#M41996</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-07T15:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: tSoap : How to send SOAP UI message with Talend ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSoap-How-to-send-SOAP-UI-message-with-Talend/m-p/2261120#M41997</link>
      <description>&lt;P&gt;Check the "quotes inside quotes"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;try with:&lt;/P&gt;
&lt;PRE&gt;"&amp;lt;soapenv:Envelope xmlns:soapenv=&lt;STRONG&gt;\"&lt;/STRONG&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;STRONG&gt;\"&lt;/STRONG&gt; xmlns:com=&lt;STRONG&gt;\"&lt;/STRONG&gt;http://com.mt.nif.dsis.services.dsis/\"&amp;gt;
   &amp;lt;soapenv:Header/&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;com:getDocsis&amp;gt;
         &amp;lt;macAddress&amp;gt;555&amp;lt;/macAddress&amp;gt;
      &amp;lt;/com:getDocsis&amp;gt;
   &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 02:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSoap-How-to-send-SOAP-UI-message-with-Talend/m-p/2261120#M41997</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-06-08T02:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: tSoap : How to send SOAP UI message with Talend ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSoap-How-to-send-SOAP-UI-message-with-Talend/m-p/2261121#M41998</link>
      <description>&lt;P&gt;Thanks for your response, now the job can run whitout executions errors.&lt;/P&gt; 
&lt;P&gt;I am not sure about parameters, and Talend return in execution log a Soap error. So, i think my endpoint is correct, but the field "Action SOAP" not ? What can i write in "Action Soap"?&lt;EM&gt; Thanks&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;Démarrage du job CorrectionDonneesAPP_VTI a 08:10 08/06/2017.
[statistics] connecting to socket on port 3617
[statistics] connected
||&amp;lt;soap:Fault xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;&amp;lt;faultcode&amp;gt;soap:Server&amp;lt;/faultcode&amp;gt;&amp;lt;faultstring&amp;gt;The given SOAPAction http://vip-nif-p.prod.lan:8080/nif-dsis/services/getDocsis does not match an operation.&amp;lt;/faultstring&amp;gt;&amp;lt;/soap:Fault&amp;gt;
[statistics] disconnected
Job CorrectionDonneesAPP_VTI terminé à 08:10 08/06/2017. [Code sortie=0]&lt;/PRE&gt; 
&lt;P&gt;Field action soap :&amp;nbsp;"&lt;A href="http://-------------.lan:8080/nif-dsis/services/getDocsis" target="_blank" rel="nofollow noopener noreferrer"&gt;http://-------------.lan:8080/nif-dsis/services/getDocsis&lt;/A&gt;"&lt;/P&gt; 
&lt;P&gt;Field endpoint :&amp;nbsp;"&lt;A href="http://-------------.lan:8080/nif-dsis/services/dsis" target="_blank" rel="nofollow noopener noreferrer"&gt;http://-------------.lan:8080/nif-dsis/services/dsis&lt;/A&gt;"&lt;/P&gt; 
&lt;P&gt;In SoapUI :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SoapUI55.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LubE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154265i19D02F7E47BC2571/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LubE.png" alt="0683p000009LubE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 07:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSoap-How-to-send-SOAP-UI-message-with-Talend/m-p/2261121#M41998</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-08T07:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: tSoap : How to send SOAP UI message with Talend ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSoap-How-to-send-SOAP-UI-message-with-Talend/m-p/2261122#M41999</link>
      <description>&lt;P&gt;as I can see You have not SOAPAction from SoapUI side&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;check there for examples -&amp;nbsp;&lt;A href="https://www.w3.org/TR/wsdl" target="_self" rel="nofollow noopener noreferrer"&gt;https://www.w3.org/TR/wsdl&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 07:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSoap-How-to-send-SOAP-UI-message-with-Talend/m-p/2261122#M41999</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-06-08T07:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: tSoap : How to send SOAP UI message with Talend ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSoap-How-to-send-SOAP-UI-message-with-Talend/m-p/2261123#M42000</link>
      <description>&lt;P&gt;Thanks, now it work perfectly.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Solution is :&lt;/P&gt; 
&lt;P&gt;1) Care about quotes with \" caracters.&lt;/P&gt; 
&lt;P&gt;2) Field Action SOAP will be empty when SOAP don't have any action. We can found this information in SOAPUI, or in WSDL, exemple where we can see &lt;STRONG&gt;SoapAction = ""&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;PRE&gt;&amp;lt;wsdl:operation name="getDocsis"&amp;gt;
&amp;lt;soap:operation soapAction="" style="document"/&amp;gt;
&amp;lt;wsdl:input name="getDocsis"&amp;gt;
&amp;lt;soap:body use="literal"/&amp;gt;
&amp;lt;/wsdl:input&amp;gt;&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SPAC.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuBi.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146242i64996A902CC0787C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuBi.png" alt="0683p000009LuBi.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 08:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSoap-How-to-send-SOAP-UI-message-with-Talend/m-p/2261123#M42000</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-08T08:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: tSoap : How to send SOAP UI message with Talend ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSoap-How-to-send-SOAP-UI-message-with-Talend/m-p/2261124#M42001</link>
      <description>&lt;P&gt;Hello, I have the same issue, my request works with soap UI, but not with Talend tsoap&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 972px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsGx.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131720i5E2E2E1B7E11669D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsGx.png" alt="0683p000009LsGx.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 949px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsD3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149618iAD965FD3502F3854/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsD3.png" alt="0683p000009LsD3.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I have this error message :&amp;nbsp; SAAJ0009: Message send failed&lt;BR /&gt;[FATAL]: api.e2time_0_1.e2time - tSOAP_1 java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed&lt;/P&gt; 
&lt;P&gt;Could you help me please ?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2017 15:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSoap-How-to-send-SOAP-UI-message-with-Talend/m-p/2261124#M42001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-29T15:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: tSoap : How to send SOAP UI message with Talend ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSoap-How-to-send-SOAP-UI-message-with-Talend/m-p/2261125#M42002</link>
      <description>&lt;P&gt;Solved: the https certificate was missing from java.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 14:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSoap-How-to-send-SOAP-UI-message-with-Talend/m-p/2261125#M42002</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-03T14:01:09Z</dc:date>
    </item>
  </channel>
</rss>

