<?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 response handling in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/cCXF-response-handling/m-p/2337643#M105964</link>
    <description>I just connected "Convert to" component with String.class and now I see the service's response in the body.</description>
    <pubDate>Fri, 01 Dec 2017 08:12:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-01T08:12:24Z</dc:date>
    <item>
      <title>cCXF response handling</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cCXF-response-handling/m-p/2337641#M105962</link>
      <description>&lt;P&gt;I am calling the service with cCXF component with "RAW" mode. The response&amp;nbsp; get is in the body and it looks like&lt;/P&gt; 
&lt;PRE&gt;Exchange[ExchangePattern: InOnly, BodyType: sun.net.www.protocol.http.HttpURLConnection.HttpInputStream, Body: [Body is instance of java.io.InputStream]]&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp; How would I see the response of the service in the body and not what I currently get.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cCXF-response-handling/m-p/2337641#M105962</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: cCXF response handling</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cCXF-response-handling/m-p/2337642#M105963</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;In the MESSAGE mode - the passed message is a complete SOAP message. So you will receive a DOM document of a complete SOAP message into your route and to create a response, you need to create a complete SOAP envelope reposponse&lt;/P&gt; 
&lt;P&gt;In the PAYLOAD mode to create a response, you will have to create a DOM document the message body.&lt;/P&gt; 
&lt;P&gt;In the POJO mode you have to attach a library with classes for the web service (service class, request and response classes) and to create a response, you will have to pass a response object as a route output.&lt;/P&gt; 
&lt;P&gt;Have you already created a Processor implementation where you create the output?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 08:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cCXF-response-handling/m-p/2337642#M105963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-01T08:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: cCXF response handling</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cCXF-response-handling/m-p/2337643#M105964</link>
      <description>I just connected "Convert to" component with String.class and now I see the service's response in the body.</description>
      <pubDate>Fri, 01 Dec 2017 08:12:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cCXF-response-handling/m-p/2337643#M105964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-01T08:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: cCXF response handling</title>
      <link>https://community.qlik.com/t5/Talend-Studio/cCXF-response-handling/m-p/2337644#M105965</link>
      <description>&lt;P&gt;Other solution, if you want to manage the response in java, headers etc :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;String response = exchange.getIn().getBody(String.class);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Specifying String.class as parameter makes conversion.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 08:16:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/cCXF-response-handling/m-p/2337644#M105965</guid>
      <dc:creator>Loko</dc:creator>
      <dc:date>2018-01-24T08:16:12Z</dc:date>
    </item>
  </channel>
</rss>

