Difference between revisions of "Webservices Guide - OpenKM 6.2"
From OpenKM Documentation
Line 3: | Line 3: | ||
{{Warning|This section is actually under construction.}} | {{Warning|This section is actually under construction.}} | ||
+ | '''OKM Webservices API''' | ||
* [[OKMAuth]] [[File:Padlock.gif]] | * [[OKMAuth]] [[File:Padlock.gif]] | ||
* [[OKMDocument]] [[File:Padlock.gif]] | * [[OKMDocument]] [[File:Padlock.gif]] | ||
Line 9: | Line 10: | ||
* [[OKMNotification]] [[File:Padlock.gif]] | * [[OKMNotification]] [[File:Padlock.gif]] | ||
* [[OKMRepository]] [[File:Padlock.gif]] | * [[OKMRepository]] [[File:Padlock.gif]] | ||
+ | |||
+ | '''Sample clients''' | ||
+ | * [[Raw client]] [[File:Padlock.gif]] | ||
* [[Java client]] [[File:Padlock.gif]] | * [[Java client]] [[File:Padlock.gif]] | ||
* [[Python client]] [[File:Padlock.gif]] | * [[Python client]] [[File:Padlock.gif]] |
Revision as of 16:51, 8 March 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.
This section is actually under construction. |
OKM Webservices API
Sample clients