<?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: PriviligedActionException at tSOAP component, in SoapUI works fine in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/PriviligedActionException-at-tSOAP-component-in-SoapUI-works/m-p/2327039#M96455</link>
    <description>&lt;P&gt;are you using ..asmx?wsdl as your endpoint&lt;/P&gt;
&lt;P&gt;your soap action is in the wsdl&lt;/P&gt;
&lt;P&gt;output in document&lt;/P&gt;
&lt;P&gt;put xml in between " "&lt;/P&gt;
&lt;P&gt;replace all " with ' inside XML&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jul 2018 09:32:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-05T09:32:24Z</dc:date>
    <item>
      <title>PriviligedActionException at tSOAP component, in SoapUI works fine</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PriviligedActionException-at-tSOAP-component-in-SoapUI-works/m-p/2327036#M96452</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;I've build a small job, which just extracts values from one XML and fills with those values a SOAP request for a webservice.&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;However, when I run it, it gives an error, PriviligedActionException. While if I log the request and put it in SoapUI, then I get a succes response.&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;What could be causing this difference between using tSOAP in Talend and just using SoapUI? There is no authentication needed or anything, and I just put the whole request including Header in Talend. I hope you can help me!&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;This is the errormessage I get:&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;&lt;EM&gt;SEVERE: SAAJ0009: Message send failed&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Exception in component tSOAP_1 (PIM)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;com.sun.xml.messaging.saaj.SOAPExceptionImpl: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed&lt;/EM&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Mcnt"&gt;here&lt;/A&gt;</description>
      <pubDate>Thu, 31 May 2018 14:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PriviligedActionException-at-tSOAP-component-in-SoapUI-works/m-p/2327036#M96452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-31T14:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: PriviligedActionException at tSOAP component, in SoapUI works fine</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PriviligedActionException-at-tSOAP-component-in-SoapUI-works/m-p/2327037#M96453</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Please post some job setting screenshots on forum which will get more visibility and more help.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 08:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PriviligedActionException-at-tSOAP-component-in-SoapUI-works/m-p/2327037#M96453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-03T08:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: PriviligedActionException at tSOAP component, in SoapUI works fine</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PriviligedActionException-at-tSOAP-component-in-SoapUI-works/m-p/2327038#M96454</link>
      <description>&lt;P&gt;Is your SOAP endpoint a HTTPS one? If so you'll need to set up a truststore with the certificate and use tSetKeystore to connect to it. We have ours as part of the prejob flow so the job can use it properly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SoapUI and Postman can both disregard self-signed certificates but Talend doesn't. It's also worth pointing out that the certificate's hostname must match the URL of the SOAP endpoint, one selfsigned to localhost won't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oracle have a good &lt;A href="https://docs.oracle.com/cd/E19509-01/820-3503/6nf1il6er/index.html" target="_self" rel="nofollow noopener noreferrer"&gt;truststore guide here&lt;/A&gt;, then the Talend reference docs for tSetKeystore should work for the rest.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 08:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PriviligedActionException-at-tSOAP-component-in-SoapUI-works/m-p/2327038#M96454</guid>
      <dc:creator>A_Froggatt</dc:creator>
      <dc:date>2018-07-04T08:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: PriviligedActionException at tSOAP component, in SoapUI works fine</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PriviligedActionException-at-tSOAP-component-in-SoapUI-works/m-p/2327039#M96455</link>
      <description>&lt;P&gt;are you using ..asmx?wsdl as your endpoint&lt;/P&gt;
&lt;P&gt;your soap action is in the wsdl&lt;/P&gt;
&lt;P&gt;output in document&lt;/P&gt;
&lt;P&gt;put xml in between " "&lt;/P&gt;
&lt;P&gt;replace all " with ' inside XML&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 09:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PriviligedActionException-at-tSOAP-component-in-SoapUI-works/m-p/2327039#M96455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-05T09:32:24Z</dc:date>
    </item>
  </channel>
</rss>

