What are the scenarios that you are trying to achieve with Syncope and CXF? Typically a CXF service might use Syncope to manage user identities + roles etc. In this scenario you can use CXF to query the REST API of Syncope. For example, here is a CXF-based class which dispatches a SOAP UsernameToken to Syncope for authentication:
https://github.com/coheigea/testcases/blob/master/apache/cxf/cxf-syncope/src/test/java/org/apache/coheigea/cxf/syncope/authentication/SyncopeUTValidator.java Colm. On Thu, Jun 5, 2014 at 4:30 PM, Javier Calvach Regidor < [email protected]> wrote: > Hi there! > > I'm trying to develop a project which involves Apache Syncope and Apache > CXF. At first, I thought about use an ESB like ServiceMix but, would CXF be > enough? The idea is connect Syncope to CXF and this one to some resources, > like AD, LDAP, Unix, etc... Something like: > > Active Directory > / > > Syncope <-----> CXF > <------>LDAP > \ > ... > > I've been researching about this and I have some doubts that came up: > > 1) The connection between Syncope and CXF would be with a SOAP bundle, > developing a service using JAX-WS? > 2) Does CXF "understands" Syncope bundles? Or, how could I connect CXF to > AD or LDAP? > > I know that Syncope is able to connect with all of that systems, but I'm > looking for something that act like a funnel. What do you think? All ideas > are welcome. > > Looking forward to having news from you, > Thank you all in advance. > > Javi. > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
