<?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 tESBConsumer and chunking in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-and-chunking/m-p/2333909#M102644</link>
    <description>Hi, 
&lt;BR /&gt;My ESB route is calling a job Talend in order to call a webservices (SOAP) 
&lt;BR /&gt;In this job, I'm using a tESBConsumer. 
&lt;BR /&gt;When my message to send is small, the tESBConsumer working correctly. 
&lt;BR /&gt;When I'm trying to send a big message, I've got an error : 
&lt;BR /&gt; 
&lt;PRE&gt;has thrown exception, unwinding now&lt;BR /&gt;org.apache.cxf.interceptor.Fault: Response was of unexpected text/html ContentType. &amp;nbsp;Incoming portion of HTML stream: &amp;lt;html xmlns:vega&lt;BR /&gt;[...]&lt;BR /&gt;at org.apache.cxf.interceptor.StaxInInterceptor.handleMessage(StaxInInterceptor.java:95)&lt;BR /&gt;	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)&lt;BR /&gt;	at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:798)&lt;BR /&gt;	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1670)&lt;BR /&gt;	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1551)&lt;BR /&gt;	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1348)&lt;BR /&gt;	at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)&lt;BR /&gt;	at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:651)&lt;BR /&gt;	at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)&lt;BR /&gt;	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)&lt;BR /&gt;	at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:514)&lt;BR /&gt;	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:423)&lt;BR /&gt;	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:324)&lt;BR /&gt;	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:277)&lt;BR /&gt;	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:297)&lt;BR /&gt;	at gyzmo.put_damages_0_1.PUT_DAMAGES$GenericConsumer.invoke(PUT_DAMAGES.java:818)&lt;BR /&gt;&lt;/PRE&gt; 
&lt;BR /&gt;I'm thinking that's the problem comes from the chunking. 
&lt;BR /&gt;In the Runtime, I've add "client.AllowChunking = &amp;nbsp;false" in my file&amp;nbsp;org.apache.cxf.http.conduits-common.cfg and reload my configuration but the error is still present. 
&lt;BR /&gt;Do you have any idea to resolve my point ? 
&lt;BR /&gt;Thanks,</description>
    <pubDate>Sat, 16 Nov 2024 10:25:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T10:25:18Z</dc:date>
    <item>
      <title>tESBConsumer and chunking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-and-chunking/m-p/2333909#M102644</link>
      <description>Hi, 
&lt;BR /&gt;My ESB route is calling a job Talend in order to call a webservices (SOAP) 
&lt;BR /&gt;In this job, I'm using a tESBConsumer. 
&lt;BR /&gt;When my message to send is small, the tESBConsumer working correctly. 
&lt;BR /&gt;When I'm trying to send a big message, I've got an error : 
&lt;BR /&gt; 
&lt;PRE&gt;has thrown exception, unwinding now&lt;BR /&gt;org.apache.cxf.interceptor.Fault: Response was of unexpected text/html ContentType. &amp;nbsp;Incoming portion of HTML stream: &amp;lt;html xmlns:vega&lt;BR /&gt;[...]&lt;BR /&gt;at org.apache.cxf.interceptor.StaxInInterceptor.handleMessage(StaxInInterceptor.java:95)&lt;BR /&gt;	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)&lt;BR /&gt;	at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:798)&lt;BR /&gt;	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1670)&lt;BR /&gt;	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1551)&lt;BR /&gt;	at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1348)&lt;BR /&gt;	at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)&lt;BR /&gt;	at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:651)&lt;BR /&gt;	at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)&lt;BR /&gt;	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)&lt;BR /&gt;	at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:514)&lt;BR /&gt;	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:423)&lt;BR /&gt;	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:324)&lt;BR /&gt;	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:277)&lt;BR /&gt;	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:297)&lt;BR /&gt;	at gyzmo.put_damages_0_1.PUT_DAMAGES$GenericConsumer.invoke(PUT_DAMAGES.java:818)&lt;BR /&gt;&lt;/PRE&gt; 
&lt;BR /&gt;I'm thinking that's the problem comes from the chunking. 
&lt;BR /&gt;In the Runtime, I've add "client.AllowChunking = &amp;nbsp;false" in my file&amp;nbsp;org.apache.cxf.http.conduits-common.cfg and reload my configuration but the error is still present. 
&lt;BR /&gt;Do you have any idea to resolve my point ? 
&lt;BR /&gt;Thanks,</description>
      <pubDate>Sat, 16 Nov 2024 10:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-and-chunking/m-p/2333909#M102644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: tESBConsumer and chunking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-and-chunking/m-p/2333910#M102645</link>
      <description>Hi,
&lt;BR /&gt;Would you mind posting your job setting screenshots into forum which will be helpful for us to address your issue?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 07 Sep 2016 08:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-and-chunking/m-p/2333910#M102645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-07T08:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: tESBConsumer and chunking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-and-chunking/m-p/2333911#M102646</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BR /&gt;You cna find some informations about my job. 
&lt;BR /&gt;One screen is the job calling, the second one is config of my tESBConsumer. 
&lt;BR /&gt;I'm posting a screenshot about my config too of the file org.apache.cxf.http.conduits-common.cfg&amp;nbsp; 
&lt;BR /&gt;For information, this error is coming when i'm trying to sent a big body (such as an image in base64). 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/388582/job.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFZO.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131377i99A49AA60A59BE6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFZO.jpg" alt="0683p000009MFZO.jpg" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/388582/blob_20160907-0241.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFhL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146612i788852DEBF390E0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFhL.png" alt="0683p000009MFhL.png" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/388582/blob_20160907-0240.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFhQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155488i2F84B16255F42A0B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFhQ.png" alt="0683p000009MFhQ.png" /&gt;&lt;/span&gt; &lt;/A&gt;</description>
      <pubDate>Wed, 07 Sep 2016 10:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-and-chunking/m-p/2333911#M102646</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-07T10:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: tESBConsumer and chunking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-and-chunking/m-p/2333912#M102647</link>
      <description>Screenshots :</description>
      <pubDate>Wed, 07 Sep 2016 10:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-and-chunking/m-p/2333912#M102647</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-07T10:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: tESBConsumer and chunking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-and-chunking/m-p/2333913#M102648</link>
      <description>up</description>
      <pubDate>Wed, 21 Sep 2016 07:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-and-chunking/m-p/2333913#M102648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-21T07:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: tESBConsumer and chunking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-and-chunking/m-p/2333914#M102649</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I have the same problem, does Anyone have any idea on how to solve it ?&lt;/P&gt;&lt;P&gt;Best regards.​&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 10:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-and-chunking/m-p/2333914#M102649</guid>
      <dc:creator>FrancoisM1</dc:creator>
      <dc:date>2020-07-24T10:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: tESBConsumer and chunking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-and-chunking/m-p/2333915#M102650</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please indicate on which talend build version you got this issue? We will appreciate it if you could post your job setting screenshots here.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 02:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-and-chunking/m-p/2333915#M102650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-27T02:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: tESBConsumer and chunking</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-and-chunking/m-p/2333916#M102651</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The version is 5.6.1 .&lt;/P&gt;&lt;P&gt;My job is just a tFileInputXML with a tXMLMap and A tESBConsumer. When the file to send is small, the tESBConsumer working correctly.
When I'm trying to send a big file, It's doesn't work and  I've got an error like &lt;/P&gt; Response was of unexpected text/html ContentType. &amp;nbsp;Incoming portion of HTML stream
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards.

&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 13:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tESBConsumer-and-chunking/m-p/2333916#M102651</guid>
      <dc:creator>FrancoisM1</dc:creator>
      <dc:date>2020-07-27T13:31:16Z</dc:date>
    </item>
  </channel>
</rss>

