Do not input private or sensitive data. View
Qlik Privacy & Cookie Policy.
Skip to main content
Unlock a world of possibilities!
Login
now and discover the exclusive benefits awaiting you.
Expand
Move to Qlik Cloud
Forums
Support
Discover
Blogs
Events
Qlik.com
Qlik Services
Qlik.com
|
Qlik Services
|
Qlik Help
|
All community
This category
This board
Knowledge base
Users
Products
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Ask a Question
Help
Sign In / Register
All community
This category
This board
Knowledge base
Users
Products
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources
here.
Qlik Community
:
Forums
:
Data Integration
:
Products & Topics
:
Talend Studio
:
Re: Apache syncope Rest API in Talend
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
All community
This category
This board
Knowledge base
Users
Products
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
vishnukumartj
Contributor
2017-03-24
12:41 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
Apache syncope Rest API in Talend
Hi
How to make a call to Syncope using REST API. I am trying to make a REST call using the url But I am not able to get the response.
Please help on this.
Regards
Vishnu
Labels
(3)
Labels
Subscribe by Topic:
Other
REST
v6.x
Ditto - same here!
All forum topics
Previous Topic
Next Topic
2 Replies
Anonymous
Not applicable
2017-03-27
02:30 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
Hi,
You could use one of REST framework e.g. Apache CXF to make a call to Syncope using it's REST API.
For example with CXF WebClient:
WebClient client = WebClient.create("http://localhost:8080/syncope/cxf/", Collections.singletonList(new JacksonJsonProvider()));
String authorizationHeader = "Basic " + Base64Utility.encode((username + ":" + password).getBytes());
client.header("Authorization", authorizationHeader);
client = client.path("users").accept("application/json");
client.get(...);
Regards.
coheigeartaigh
Creator
2017-03-27
08:42 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
Another alternative is to use the Syncope client library:
http://syncope.apache.org/docs/reference-guide.html#client-library
Post Reply
Tags
talend
studio
Talend Studio
java
api
json
Talend Data Integration
tmap
etl
rest
xml
zip
archive
child
configuration
connection
dynamic schema
ESB
excel
import
View All ≫
Community Browser
All Forums
GeoAnalytics
QlikView Administration
QlikView App Dev
QlikView Connectivity
QlikView Integrations
Qlik NPrinting