<?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: cCXF component with payload mode in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300626#M72832</link>
    <description>&lt;P&gt;I accidently clikced accept as a solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My exchange body now looks like this&lt;/P&gt;
&lt;PRE&gt;    &amp;lt;upload&amp;gt;
      &amp;lt;arg0&amp;gt;
        &amp;lt;credentials&amp;gt;
          &amp;lt;password&amp;gt;...&amp;lt;/password&amp;gt;
          &amp;lt;username&amp;gt;...&amp;lt;/username&amp;gt;
        &amp;lt;/credentials&amp;gt;
        &amp;lt;document&amp;gt;
          &amp;lt;content&amp;gt;j&amp;lt;/content&amp;gt;
          &amp;lt;name&amp;gt;1.xml&amp;lt;/name&amp;gt;
        &amp;lt;/document&amp;gt;
        &amp;lt;documentType&amp;gt;12&amp;lt;/documentType&amp;gt;
        &amp;lt;formatType&amp;gt;19&amp;lt;/formatType&amp;gt;
      &amp;lt;/arg0&amp;gt;
    &amp;lt;/upload&amp;gt;&lt;/PRE&gt;
&lt;P&gt;And now I get this error:&lt;/P&gt;
&lt;PRE&gt;org.apache.cxf.binding.soap.SoapFault: Cannot find dispatch method for {}upload
	at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalFault(Soap11FaultInInterceptor.java:86)
	at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:52)
	at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:41)&lt;/PRE&gt;</description>
    <pubDate>Tue, 24 Oct 2017 13:39:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-24T13:39:24Z</dc:date>
    <item>
      <title>cCXF component with payload mode</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300616#M72822</link>
      <description>&lt;P&gt;Is there an example that shows how to make a SOAP call in a Route with cCXF component with PAYLOAD mode selected?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:09:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300616#M72822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: cCXF component with payload mode</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300617#M72823</link>
      <description>&lt;P&gt;The only requirement is to have some text in your message body that fits the WSDL for your service/operation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is your issue ?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 12:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300617#M72823</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2017-10-23T12:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: cCXF component with payload mode</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300618#M72824</link>
      <description>&lt;P&gt;So I need to provide in the body to the cCXF component the body of the SOAP envelope?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where do I put all the elements that are in my SOAP body element&lt;/P&gt;&lt;P&gt;&amp;lt;S:Body xmlns:ns2=...&amp;gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;lt;/S:Body&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 16:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300618#M72824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-23T16:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: cCXF component with payload mode</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300619#M72825</link>
      <description>Yes, only the body, as your component will auto create the soap enveloppe by itself.</description>
      <pubDate>Mon, 23 Oct 2017 17:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300619#M72825</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2017-10-23T17:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: cCXF component with payload mode</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300620#M72826</link>
      <description>&lt;P&gt;When I select RAW in the component and send entire SOAP to the component I get back 0 from the service.&lt;BR /&gt;&lt;BR /&gt;When I tried with only SOAP body and select PAYLOAD mode I get an error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I add all the XML elements from the SOAP?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 17:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300620#M72826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-23T17:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: cCXF component with payload mode</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300621#M72827</link>
      <description>&lt;P&gt;You will have to be more precise if you want some help : what error do you get ?&lt;/P&gt;
&lt;P&gt;I confirm sending the soap body in exchange body and letting the cxf component do the rest works fine.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 09:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300621#M72827</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2017-10-24T09:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: cCXF component with payload mode</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300622#M72828</link>
      <description>&lt;P&gt;this is what I send to the exchange body:&lt;/P&gt; 
&lt;PRE&gt;  &amp;lt;S:Body xmlns:ns2="...."&amp;gt;
    &amp;lt;ns2:upload&amp;gt;
      &amp;lt;arg0&amp;gt;
        &amp;lt;credentials&amp;gt;
          &amp;lt;password&amp;gt;...&amp;lt;/password&amp;gt;
          &amp;lt;username&amp;gt;...&amp;lt;/username&amp;gt;
        &amp;lt;/credentials&amp;gt;
        &amp;lt;document&amp;gt;
          &amp;lt;content&amp;gt;j&amp;lt;/content&amp;gt;
          &amp;lt;name&amp;gt;1.xml&amp;lt;/name&amp;gt;
        &amp;lt;/document&amp;gt;
        &amp;lt;documentType&amp;gt;12&amp;lt;/documentType&amp;gt;
        &amp;lt;formatType&amp;gt;19&amp;lt;/formatType&amp;gt;
      &amp;lt;/arg0&amp;gt;
    &amp;lt;/ns2:upload&amp;gt;
  &amp;lt;/S:Body&amp;gt;&lt;/PRE&gt; 
&lt;P&gt;and the error I get&lt;/P&gt; 
&lt;PRE&gt;com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "S"
 at [row,col {unknown-source}]: [1,61]
	at com.ctc.wstx.sr.StreamScanner.constructWfcException(StreamScanner.java:614)
...&lt;/PRE&gt; 
&lt;P&gt;the route for testing&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LrVq.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131070i43D571F29EE01067/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LrVq.png" alt="0683p000009LrVq.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 10:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300622#M72828</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-24T10:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: cCXF component with payload mode</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300623#M72829</link>
      <description>remove de s:body tags 
&lt;BR /&gt; 
&lt;BR /&gt;and be careful with namespaces, that have to suit exactly your WSDL</description>
      <pubDate>Tue, 24 Oct 2017 10:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300623#M72829</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2017-10-24T10:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: cCXF component with payload mode</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300624#M72830</link>
      <description>After I remove starting and closing Body tag I get
&lt;BR /&gt;
&lt;BR /&gt;[WARN ]: org.apache.camel.component.cxf.CxfEndpoint - Error finding the start element.
&lt;BR /&gt;com.ctc.wstx.exc.WstxParsingException: Undeclared namespace prefix "ns2"
&lt;BR /&gt;at [row,col {unknown-source}]: [1,16]
&lt;BR /&gt;at com.ctc.wstx.sr.StreamScanner.constructWfcException(StreamScanner.java:614)
&lt;BR /&gt;at com.ctc.wstx.sr.StreamScanner.throwParseError(StreamScanner.java:487)</description>
      <pubDate>Tue, 24 Oct 2017 13:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300624#M72830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-24T13:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: cCXF component with payload mode</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300625#M72831</link>
      <description>this is what I told you :be careful with your namespaces.
&lt;BR /&gt;Try to remove them from your body stuff</description>
      <pubDate>Tue, 24 Oct 2017 13:32:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300625#M72831</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2017-10-24T13:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: cCXF component with payload mode</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300626#M72832</link>
      <description>&lt;P&gt;I accidently clikced accept as a solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My exchange body now looks like this&lt;/P&gt;
&lt;PRE&gt;    &amp;lt;upload&amp;gt;
      &amp;lt;arg0&amp;gt;
        &amp;lt;credentials&amp;gt;
          &amp;lt;password&amp;gt;...&amp;lt;/password&amp;gt;
          &amp;lt;username&amp;gt;...&amp;lt;/username&amp;gt;
        &amp;lt;/credentials&amp;gt;
        &amp;lt;document&amp;gt;
          &amp;lt;content&amp;gt;j&amp;lt;/content&amp;gt;
          &amp;lt;name&amp;gt;1.xml&amp;lt;/name&amp;gt;
        &amp;lt;/document&amp;gt;
        &amp;lt;documentType&amp;gt;12&amp;lt;/documentType&amp;gt;
        &amp;lt;formatType&amp;gt;19&amp;lt;/formatType&amp;gt;
      &amp;lt;/arg0&amp;gt;
    &amp;lt;/upload&amp;gt;&lt;/PRE&gt;
&lt;P&gt;And now I get this error:&lt;/P&gt;
&lt;PRE&gt;org.apache.cxf.binding.soap.SoapFault: Cannot find dispatch method for {}upload
	at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalFault(Soap11FaultInInterceptor.java:86)
	at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:52)
	at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:41)&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Oct 2017 13:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300626#M72832</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-24T13:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: cCXF component with payload mode</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300627#M72833</link>
      <description>&lt;P&gt;again, if you want help, give people as many data as you can. We still haven't see your WSDL.&lt;/P&gt; 
&lt;P&gt;Just be sure your CXF is correctly parameterized with the url, the wdsl, the button to choose en operation and to automatically parameter the other cxf parameters.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;There are many samples on internet for using Talend cxf&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 13:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300627#M72833</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2017-10-24T13:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: cCXF component with payload mode</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300628#M72834</link>
      <description>&lt;P&gt;Why do you need to see the WSDL?&lt;/P&gt;&lt;P&gt;When I put SOAP bellow into the exchange body and switch the component to RAW, I get ok response from the service:&lt;/P&gt;&lt;PRE&gt; &amp;lt;S:Body xmlns:ns2="...."&amp;gt;
    &amp;lt;ns2:upload&amp;gt;
      &amp;lt;arg0&amp;gt;
        &amp;lt;credentials&amp;gt;
          &amp;lt;password&amp;gt;...&amp;lt;/password&amp;gt;
          &amp;lt;username&amp;gt;...&amp;lt;/username&amp;gt;
        &amp;lt;/credentials&amp;gt;
        &amp;lt;document&amp;gt;
          &amp;lt;content&amp;gt;j&amp;lt;/content&amp;gt;
          &amp;lt;name&amp;gt;1.xml&amp;lt;/name&amp;gt;
        &amp;lt;/document&amp;gt;
        &amp;lt;documentType&amp;gt;12&amp;lt;/documentType&amp;gt;
        &amp;lt;formatType&amp;gt;19&amp;lt;/formatType&amp;gt;
      &amp;lt;/arg0&amp;gt;
    &amp;lt;/ns2:upload&amp;gt;
  &amp;lt;/S:Body&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Oct 2017 13:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300628#M72834</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-24T13:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: cCXF component with payload mode</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300629#M72835</link>
      <description>here is the wsdl &lt;A href="https://crossnet-test.crossinx.com:9444/crossnetws/UploadService?wsdl" target="_blank" rel="nofollow noopener noreferrer"&gt;https://crossnet-test.crossinx.com:9444/crossnetws/UploadService?wsdl&lt;/A&gt;</description>
      <pubDate>Tue, 24 Oct 2017 14:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300629#M72835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-24T14:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: cCXF component with payload mode</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300630#M72836</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I did a test with:&lt;/P&gt; 
&lt;P&gt;&amp;lt;?xml version="1.0" ?&amp;gt;&lt;BR /&gt;&amp;lt;tns:upload xmlns:tns="&lt;A href="http://upload.service.ws.findxnet.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://upload.service.ws.findxnet.com/&lt;/A&gt;" xmlns:xs="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns:soap="&lt;A href="http://schemas.xmlsoap.org/wsdl/soap/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/A&gt;" xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;arg0&amp;gt;&lt;BR /&gt;&amp;lt;aaLookupName&amp;gt;A&amp;lt;/aaLookupName&amp;gt;&lt;BR /&gt;&amp;lt;aaLookupValue&amp;gt;A&amp;lt;/aaLookupValue&amp;gt;&lt;BR /&gt;&amp;lt;document&amp;gt;&lt;BR /&gt;&amp;lt;content&amp;gt;A&amp;lt;/content&amp;gt;&lt;BR /&gt;&amp;lt;name&amp;gt;A&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;lt;/document&amp;gt;&lt;BR /&gt;&amp;lt;documentType/&amp;gt;&lt;BR /&gt;&amp;lt;formatType/&amp;gt;&lt;BR /&gt;&amp;lt;userAccount xsi:type="tns:userAccountVO"/&amp;gt;&lt;BR /&gt;&amp;lt;/arg0&amp;gt;&lt;BR /&gt;&amp;lt;/tns:upload&amp;gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;It looks fine. I get this reply:&lt;/P&gt; 
&lt;P&gt;&amp;lt;ns2:uploadResponse xmlns:ns2="&lt;A href="http://upload.service.ws.findxnet.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://upload.service.ws.findxnet.com/&lt;/A&gt;" xmlns&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;="&lt;A href="https://community.talend.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;&amp;lt;return&amp;gt;&amp;lt;code&amp;gt;-2&amp;lt;/code&amp;gt;&amp;lt;details&amp;gt;User&lt;/A&gt; is not authorized to perform this operation. Check if documentType, formatType or probably lookup are incorrect. A:A&amp;lt;/details&amp;gt;&amp;lt;/return&amp;gt;&amp;lt;/ns2:uploadResponse&amp;gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 11:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300630#M72836</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T11:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: cCXF component with payload mode</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300631#M72837</link>
      <description>&lt;P&gt;This setup worked for me:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    &amp;lt;ns2:upload xmlns:ns2="http://upload.service.ws.findxnet.com/"&amp;gt;
      &amp;lt;arg0&amp;gt;
        &amp;lt;credentials&amp;gt;
          &amp;lt;password&amp;gt;...&amp;lt;/password&amp;gt;
          &amp;lt;username&amp;gt;...&amp;lt;/username&amp;gt;
        &amp;lt;/credentials&amp;gt;
        &amp;lt;document&amp;gt;
          &amp;lt;content&amp;gt;j&amp;lt;/content&amp;gt;
          &amp;lt;name&amp;gt;1.xml&amp;lt;/name&amp;gt;
        &amp;lt;/document&amp;gt;
        &amp;lt;documentType&amp;gt;12&amp;lt;/documentType&amp;gt;
        &amp;lt;formatType&amp;gt;19&amp;lt;/formatType&amp;gt;
      &amp;lt;/arg0&amp;gt;
    &amp;lt;/ns2:upload&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 26 Oct 2017 15:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cCXF-component-with-payload-mode/m-p/2300631#M72837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T15:17:28Z</dc:date>
    </item>
  </channel>
</rss>

