cancel
Showing results for 
Search instead for 
Did you mean: 

HttpClient for CMIS webservices/RESTful services

nikes
Champ on-the-rise
Champ on-the-rise
Dear all,

Is it possible to write generic client using Apache HttpClient for both CMIS
web services and RESTful services.

If so, then I can avoid developing client using Apache Axis and Apache CXF.

Since all ECM vendors are having different content/data model, so when we get response
it also has vendor specific namespaces, so i just thinking how to wrap vendor specific namespaces so I dont have to change my client code.

Please provide your comments/suggessions on this.

Thanks,
Nikesh
1 REPLY 1

openpj
Elite Collaborator
Elite Collaborator
You can take a look at Apache Chemistry that is the first CMIS implementation:
http://incubator.apache.org/chemistry/

You can try to use the client implementation REST or WS.
Hope this helps.