<?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: tRESTCLient DELETE does not work in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tRESTCLient-DELETE-does-not-work/m-p/2359727#M124467</link>
    <description>Hi Sabrina,&lt;BR /&gt;&lt;BR /&gt;I did try to upload the screenshots. But there is some error.</description>
    <pubDate>Thu, 14 Apr 2016 08:00:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-14T08:00:56Z</dc:date>
    <item>
      <title>tRESTCLient DELETE does not work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRESTCLient-DELETE-does-not-work/m-p/2359725#M124465</link>
      <description>Hi Team, 
&lt;BR /&gt; 
&lt;BR /&gt;I am using tRESTClient in one of my jobs to POST data and DELETE data when required.&amp;nbsp; 
&lt;BR /&gt;POST works perfectly fine but DELETE throws me the following error: 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Exception in component tRESTClient_1 
&lt;BR /&gt;java.lang.RuntimeException: org.apache.cxf.interceptor.Fault: .Problem with writing the request message, class : class org.dom4j.tree.DefaultDocument, ContentType : application/xml. 
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.WebClient.doResponse(WebClient.java:1121) 
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.WebClient.doChainedInvocation(WebClient.java:1072) 
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:878) 
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:852) 
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.WebClient.invoke(WebClient.java:312) 
&lt;BR /&gt;at finance_datalake.copy_of_poc_soa_api_0_1.Copy_of_POC_SOA_API.tGreenplumInput_1Process(Copy_of_POC_SOA_API.java:2624) 
&lt;BR /&gt;at finance_datalake.copy_of_poc_soa_api_0_1.Copy_of_POC_SOA_API.runJobInTOS(Copy_of_POC_SOA_API.java:6296) 
&lt;BR /&gt;at finance_datalake.copy_of_poc_soa_api_0_1.Copy_of_POC_SOA_API.main(Copy_of_POC_SOA_API.java:5954) 
&lt;BR /&gt;Caused by: org.apache.cxf.interceptor.Fault: .Problem with writing the request message, class : class org.dom4j.tree.DefaultDocument, ContentType : application/xml. 
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.WebClient$BodyWriter.doWriteBody(WebClient.java:1202) 
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.AbstractClient$AbstractBodyWriter.handleMessage(AbstractClient.java:1052) 
&lt;BR /&gt;at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:272) 
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.AbstractClient.doRunInterceptorChain(AbstractClient.java:635) 
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.WebClient.doChainedInvocation(WebClient.java:1071) 
&lt;BR /&gt;... 6 more 
&lt;BR /&gt;Caused by: javax.ws.rs.client.ClientException: .Problem with writing the request message, class : class org.dom4j.tree.DefaultDocument, ContentType : application/xml. 
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.AbstractClient.reportMessageHandlerProblem(AbstractClient.java:756) 
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.AbstractClient.writeBody(AbstractClient.java:450) 
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.WebClient$BodyWriter.doWriteBody(WebClient.java:1197) 
&lt;BR /&gt;... 10 more 
&lt;BR /&gt;Caused by: java.net.ProtocolException: HTTP method DELETE doesn't support output 
&lt;BR /&gt;at sun.net.&lt;A href="http://www.protocol.http.HttpURLConnection.getOutputStream(Unknown" target="_blank"&gt;www.protocol.http.HttpURLConnection.getOutputStream(Unknown&lt;/A&gt; Source) 
&lt;BR /&gt;at org.apache.cxf.transport.http.URLConnectionHTTPConduit$URLConnectionWrappedOutputStream.setupWrappedStream(URLConnectionHTTPConduit.java:174) 
&lt;BR /&gt;at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleHeadersTrustCaching(HTTPConduit.java:1290) 
&lt;BR /&gt;at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.onFirstWrite(HTTPConduit.java:1246) 
&lt;BR /&gt;at org.apache.cxf.transport.http.URLConnectionHTTPConduit$URLConnectionWrappedOutputStream.onFirstWrite(URLConnectionHTTPConduit.java:201) 
&lt;BR /&gt;at org.apache.cxf.io.AbstractWrappedOutputStream.write(AbstractWrappedOutputStream.java:47) 
&lt;BR /&gt;at org.apache.cxf.io.AbstractThresholdOutputStream.write(AbstractThresholdOutputStream.java:69) 
&lt;BR /&gt;at org.apache.cxf.io.CacheAndWriteOutputStream.write(CacheAndWriteOutputStream.java:80) 
&lt;BR /&gt;at sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) 
&lt;BR /&gt;at sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) 
&lt;BR /&gt;at sun.nio.cs.StreamEncoder.implFlush(Unknown Source) 
&lt;BR /&gt;at sun.nio.cs.StreamEncoder.flush(Unknown Source) 
&lt;BR /&gt;at java.io.OutputStreamWriter.flush(Unknown Source) 
&lt;BR /&gt;at java.io.BufferedWriter.flush(Unknown Source) 
&lt;BR /&gt;at org.dom4j.io.XMLWriter.flush(XMLWriter.java:272) 
&lt;BR /&gt;at org.dom4j.io.XMLWriter.write(XMLWriter.java:350) 
&lt;BR /&gt;at org.apache.cxf.jaxrs.provider.dom4j.DOM4JProvider.writeTo(DOM4JProvider.java:92) 
&lt;BR /&gt;at org.apache.cxf.jaxrs.provider.dom4j.DOM4JProvider.writeTo(DOM4JProvider.java:42) 
&lt;BR /&gt;at org.apache.cxf.jaxrs.utils.JAXRSUtils.writeMessageBody(JAXRSUtils.java:1295) 
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.AbstractClient.writeBody(AbstractClient.java:436) 
&lt;BR /&gt;... 11 more 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Requesting you to kindly help me out in debugging the error/configuring the RESTClient.&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Job Design: 
&lt;BR /&gt;DB_Input --&amp;gt; XMLMap --&amp;gt; tRESTClient --&amp;gt;tLogRow</description>
      <pubDate>Sat, 16 Nov 2024 10:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRESTCLient-DELETE-does-not-work/m-p/2359725#M124465</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: tRESTCLient DELETE does not work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRESTCLient-DELETE-does-not-work/m-p/2359726#M124466</link>
      <description>Hi,&lt;BR /&gt;Could you please try to use&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;tRestClient --&amp;gt; tLog and hardcode the path to see if it works well?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Would you mind uploading your component setting screenshots into forum?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 14 Apr 2016 04:16:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRESTCLient-DELETE-does-not-work/m-p/2359726#M124466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-14T04:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: tRESTCLient DELETE does not work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRESTCLient-DELETE-does-not-work/m-p/2359727#M124467</link>
      <description>Hi Sabrina,&lt;BR /&gt;&lt;BR /&gt;I did try to upload the screenshots. But there is some error.</description>
      <pubDate>Thu, 14 Apr 2016 08:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRESTCLient-DELETE-does-not-work/m-p/2359727#M124467</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-14T08:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: tRESTCLient DELETE does not work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRESTCLient-DELETE-does-not-work/m-p/2359728#M124468</link>
      <description>Hi,&lt;BR /&gt;What's the error message you are getting when upload screenshot into forum? Have you tried it on other browsers?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 14 Apr 2016 11:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRESTCLient-DELETE-does-not-work/m-p/2359728#M124468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-14T11:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: tRESTCLient DELETE does not work</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tRESTCLient-DELETE-does-not-work/m-p/2359729#M124469</link>
      <description>- It seems your post consisted of empty BBCodes only. It is possible that this happened because e.g. the innermost quote was discarded because of the maximum quote depth level.
&lt;BR /&gt;
&lt;BR /&gt;This is the error message I get.</description>
      <pubDate>Thu, 14 Apr 2016 12:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tRESTCLient-DELETE-does-not-work/m-p/2359729#M124469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-14T12:42:27Z</dc:date>
    </item>
  </channel>
</rss>

