<?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: Apache syncope Rest API in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Apache-syncope-Rest-API-in-Talend/m-p/2332509#M101381</link>
    <description>Another alternative is to use the Syncope client library:&lt;BR /&gt;&lt;A href="http://syncope.apache.org/docs/reference-guide.html#client-library" rel="nofollow noopener noreferrer"&gt;http://syncope.apache.org/docs/reference-guide.html#client-library&lt;/A&gt;</description>
    <pubDate>Mon, 27 Mar 2017 12:42:12 GMT</pubDate>
    <dc:creator>coheigeartaigh</dc:creator>
    <dc:date>2017-03-27T12:42:12Z</dc:date>
    <item>
      <title>Apache syncope Rest API in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Apache-syncope-Rest-API-in-Talend/m-p/2332507#M101379</link>
      <description>Hi&lt;BR /&gt;How to make a call to Syncope using REST API. I am trying to make a REST call using the url&amp;nbsp; But I am not able to get the response.&amp;nbsp;&lt;BR /&gt;Please help on this.&lt;BR /&gt;Regards&lt;BR /&gt;Vishnu</description>
      <pubDate>Sat, 16 Nov 2024 09:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Apache-syncope-Rest-API-in-Talend/m-p/2332507#M101379</guid>
      <dc:creator>vishnukumartj</dc:creator>
      <dc:date>2024-11-16T09:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Apache syncope Rest API in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Apache-syncope-Rest-API-in-Talend/m-p/2332508#M101380</link>
      <description>Hi, 
&lt;BR /&gt;You could use one of REST framework e.g. Apache CXF to make a call to Syncope using it's REST API. 
&lt;BR /&gt;For example with CXF WebClient: 
&lt;BR /&gt; 
&lt;BR /&gt; WebClient client = WebClient.create("http://localhost:8080/syncope/cxf/", Collections.singletonList(new JacksonJsonProvider())); 
&lt;BR /&gt;String authorizationHeader = "Basic " + Base64Utility.encode((username + ":" + password).getBytes()); 
&lt;BR /&gt;client.header("Authorization", authorizationHeader); 
&lt;BR /&gt;client = client.path("users").accept("application/json"); 
&lt;BR /&gt;client.get(...); 
&lt;BR /&gt;Regards.</description>
      <pubDate>Mon, 27 Mar 2017 06:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Apache-syncope-Rest-API-in-Talend/m-p/2332508#M101380</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-27T06:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Apache syncope Rest API in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Apache-syncope-Rest-API-in-Talend/m-p/2332509#M101381</link>
      <description>Another alternative is to use the Syncope client library:&lt;BR /&gt;&lt;A href="http://syncope.apache.org/docs/reference-guide.html#client-library" rel="nofollow noopener noreferrer"&gt;http://syncope.apache.org/docs/reference-guide.html#client-library&lt;/A&gt;</description>
      <pubDate>Mon, 27 Mar 2017 12:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Apache-syncope-Rest-API-in-Talend/m-p/2332509#M101381</guid>
      <dc:creator>coheigeartaigh</dc:creator>
      <dc:date>2017-03-27T12:42:12Z</dc:date>
    </item>
  </channel>
</rss>

