Difference between revisions of "Webservices Guide - OpenKM 6.2"

From OpenKM Documentation
Jump to: navigation, search
m (Adding missing web service links to Bookmark and Property)
Line 33: Line 33:
 
* [[XML client]] [[File:Padlock.gif]]
 
* [[XML client]] [[File:Padlock.gif]]
 
* [[Java client]] [[File:Padlock.gif]]
 
* [[Java client]] [[File:Padlock.gif]]
 +
* [[Android client]] [[File:Padlock.gif]]
 
* [[Python client]] [[File:Padlock.gif]]
 
* [[Python client]] [[File:Padlock.gif]]
 
* [[PHP client]] [[File:Padlock.gif]]
 
* [[PHP client]] [[File:Padlock.gif]]

Revision as of 08:43, 7 September 2011

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