Difference between revisions of "Webservices Guide - OpenKM 6.2"

From OpenKM Documentation
Jump to: navigation, search
Line 14: Line 14:
 
* [[OKMDocument]]
 
* [[OKMDocument]]
 
* [[OKMFolder]]
 
* [[OKMFolder]]
* [[OKMSearch]]
+
* [[OKMMail]]
 
* [[OKMNotification]]
 
* [[OKMNotification]]
 
* [[OKMRepository]]
 
* [[OKMRepository]]
 +
* [[OKMSearch]]
  
 
'''Sample clients'''
 
'''Sample clients'''

Revision as of 09:18, 12 April 2010

OpenKM has a complete API exposed via Webservices. This means you can call any of this API method from any programming language which supports SOAP protocol, like Java, PHP or Python between others. This feature make possible to create a custom client, or integrate with third party applications like a CRM or a CMS.

These are the WSLD available:

OKM Webservices API

Sample clients