<?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: RESTful services in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/RESTful-services/m-p/2264641#M44420</link>
    <description>Hello,&lt;BR /&gt;I have the same problem, I got the authorization code but I have allways the&amp;nbsp;javax.ws.rs.NotAuthorizedException.&lt;BR /&gt;can somebody help?&lt;BR /&gt;Thank you!&lt;BR /&gt;regards</description>
    <pubDate>Tue, 28 Jul 2015 09:25:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-28T09:25:58Z</dc:date>
    <item>
      <title>RESTful services</title>
      <link>https://community.qlik.com/t5/Talend-Studio/RESTful-services/m-p/2264638#M44417</link>
      <description>I am trying to work on a simple job ... pick a web file and as of now just read it into a csv file. This is the error I get :
&lt;BR /&gt; connecting to socket on port 4066
&lt;BR /&gt; connected
&lt;BR /&gt;Exception in component tRESTClient_1
&lt;BR /&gt;javax.ws.rs.NotAuthorizedException
&lt;BR /&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
&lt;BR /&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
&lt;BR /&gt;at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
&lt;BR /&gt;at java.lang.reflect.Constructor.newInstance(Unknown Source)
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.AbstractClient.convertToWebApplicationException(AbstractClient.java:463)
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:881)
&lt;BR /&gt; disconnected
&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:410)
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.WebClient.get(WebClient.java:594)
&lt;BR /&gt;at talend_demo.restful_service_0_1.RESTful_Service.tRESTClient_1Process(RESTful_Service.java:855)
&lt;BR /&gt;at talend_demo.restful_service_0_1.RESTful_Service.runJobInTOS(RESTful_Service.java:1229)
&lt;BR /&gt;at talend_demo.restful_service_0_1.RESTful_Service.main(RESTful_Service.java:1086)
&lt;BR /&gt;Job RESTful_Service ended at 12:35 02/02/2015. 
&lt;BR /&gt;I have attached the basic settings of the restful client component.
&lt;BR /&gt;Also, when I used to run the same link in datastage (I was using a custom stage to call a unix wget command) the link required a key ("?key=abclLyDP8PTyC7XTorWA6nYwl5Dz1Anm"). If I am using the same link, I still get the following error :
&lt;BR /&gt;tarting job RESTful_Service at 12:46 02/02/2015.
&lt;BR /&gt; connecting to socket on port 3537
&lt;BR /&gt; connected
&lt;BR /&gt;Exception in component tRESTClient_1
&lt;BR /&gt;javax.ws.rs.RedirectionException
&lt;BR /&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
&lt;BR /&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
&lt;BR /&gt;at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
&lt;BR /&gt;at java.lang.reflect.Constructor.newInstance(Unknown Source)
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.AbstractClient.convertToWebApplicationException(AbstractClient.java:463)
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:881)
&lt;BR /&gt; disconnected
&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:410)
&lt;BR /&gt;at org.apache.cxf.jaxrs.client.WebClient.get(WebClient.java:594)
&lt;BR /&gt;at talend_demo.restful_service_0_1.RESTful_Service.tRESTClient_1Process(RESTful_Service.java:855)
&lt;BR /&gt;at talend_demo.restful_service_0_1.RESTful_Service.runJobInTOS(RESTful_Service.java:1229)
&lt;BR /&gt;at talend_demo.restful_service_0_1.RESTful_Service.main(RESTful_Service.java:1086)
&lt;BR /&gt;Job RESTful_Service ended at 12:46 02/02/2015. 
&lt;BR /&gt;As of now all I trying to do is view the data in the file in a csv format. Later , I would like to do look up and other transformations. Please let me know where am I going wrong here.&amp;nbsp;</description>
      <pubDate>Sat, 16 Nov 2024 11:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/RESTful-services/m-p/2264638#M44417</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: RESTful services</title>
      <link>https://community.qlik.com/t5/Talend-Studio/RESTful-services/m-p/2264639#M44418</link>
      <description>&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;javax.ws.rs.NotAuthorizedException&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;Are you sure you've got the auth set up correctly and passing the correct user/password?</description>
      <pubDate>Mon, 02 Feb 2015 19:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/RESTful-services/m-p/2264639#M44418</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-02T19:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: RESTful services</title>
      <link>https://community.qlik.com/t5/Talend-Studio/RESTful-services/m-p/2264640#M44419</link>
      <description>It does not ask for any username and password. At least in datastage, I guess the key was the authorization. But here it is not working with or without the key.</description>
      <pubDate>Mon, 02 Feb 2015 20:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/RESTful-services/m-p/2264640#M44419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-02T20:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: RESTful services</title>
      <link>https://community.qlik.com/t5/Talend-Studio/RESTful-services/m-p/2264641#M44420</link>
      <description>Hello,&lt;BR /&gt;I have the same problem, I got the authorization code but I have allways the&amp;nbsp;javax.ws.rs.NotAuthorizedException.&lt;BR /&gt;can somebody help?&lt;BR /&gt;Thank you!&lt;BR /&gt;regards</description>
      <pubDate>Tue, 28 Jul 2015 09:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/RESTful-services/m-p/2264641#M44420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T09:25:58Z</dc:date>
    </item>
  </channel>
</rss>

