<?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: Passing payload to tRESTClient as String instead of type Document in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Passing-payload-to-tRESTClient-as-String-instead-of-type/m-p/2272439#M49720</link>
    <description>/</description>
    <pubDate>Mon, 07 Apr 2014 03:38:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-04-07T03:38:38Z</dc:date>
    <item>
      <title>Passing payload to tRESTClient as String instead of type Document</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-payload-to-tRESTClient-as-String-instead-of-type/m-p/2272433#M49714</link>
      <description>/</description>
      <pubDate>Sat, 16 Nov 2024 11:41:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-payload-to-tRESTClient-as-String-instead-of-type/m-p/2272433#M49714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Passing payload to tRESTClient as String instead of type Document</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-payload-to-tRESTClient-as-String-instead-of-type/m-p/2272434#M49715</link>
      <description>Hi, you probably need to use the component that supports a direct DOM to String conversion (tXmlWriteOutput or similar) and then pass String to tRESTClient (set body type to String)
&lt;BR /&gt;HTH, Sergey</description>
      <pubDate>Fri, 04 Apr 2014 11:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-payload-to-tRESTClient-as-String-instead-of-type/m-p/2272434#M49715</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-04T11:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Passing payload to tRESTClient as String instead of type Document</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-payload-to-tRESTClient-as-String-instead-of-type/m-p/2272435#M49716</link>
      <description>/</description>
      <pubDate>Fri, 04 Apr 2014 12:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-payload-to-tRESTClient-as-String-instead-of-type/m-p/2272435#M49716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-04T12:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Passing payload to tRESTClient as String instead of type Document</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-payload-to-tRESTClient-as-String-instead-of-type/m-p/2272436#M49717</link>
      <description>Hi, sorry, I meant tWriteXmlField...Hmm, I'm actually not sure which component can be used to convert XML DOM to String...May be you need to introduce a tJava after tXmlMap and use DOM4J API to convert DOM to String.
&lt;BR /&gt;tRESTClient itself has a body of type String. May be the reason you see this exception is that you still pass DOM to tRESTClient...
&lt;BR /&gt;Cheers, Sergey</description>
      <pubDate>Fri, 04 Apr 2014 12:32:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-payload-to-tRESTClient-as-String-instead-of-type/m-p/2272436#M49717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-04T12:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Passing payload to tRESTClient as String instead of type Document</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-payload-to-tRESTClient-as-String-instead-of-type/m-p/2272437#M49718</link>
      <description>/</description>
      <pubDate>Fri, 04 Apr 2014 12:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-payload-to-tRESTClient-as-String-instead-of-type/m-p/2272437#M49718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-04T12:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Passing payload to tRESTClient as String instead of type Document</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-payload-to-tRESTClient-as-String-instead-of-type/m-p/2272438#M49719</link>
      <description>The problem is you have tXmlMap connected directly to tRESTClient, and tXMlMap produces DOM4J AFAIK.... 
&lt;BR /&gt;You don;t really need tXmlMap unless you intend to pass Document to tRESTClient, if you have a String available then simply drop tXMLMap and pass it directly to tRESTClient body 
&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;tring... 
&lt;BR /&gt;HTH, Sergey</description>
      <pubDate>Fri, 04 Apr 2014 12:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-payload-to-tRESTClient-as-String-instead-of-type/m-p/2272438#M49719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-04T12:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Passing payload to tRESTClient as String instead of type Document</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-payload-to-tRESTClient-as-String-instead-of-type/m-p/2272439#M49720</link>
      <description>/</description>
      <pubDate>Mon, 07 Apr 2014 03:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-payload-to-tRESTClient-as-String-instead-of-type/m-p/2272439#M49720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-07T03:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Passing payload to tRESTClient as String instead of type Document</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-payload-to-tRESTClient-as-String-instead-of-type/m-p/2272440#M49721</link>
      <description>Hi, passing DOM4J to tRESTClient or tRESTResponse relies on the ability of CXF-specific providers convert to XML or JSON string. So if you need to control the way String is created you need to do it in the studio
&lt;BR /&gt;HTH, Sergey</description>
      <pubDate>Tue, 08 Apr 2014 18:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-payload-to-tRESTClient-as-String-instead-of-type/m-p/2272440#M49721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-08T18:36:54Z</dc:date>
    </item>
  </channel>
</rss>

