Difference between revisions of "Webservices Guide - OpenKM 6.2"
From OpenKM Documentation
Line 14: | Line 14: | ||
'''OKM Webservices API''' | '''OKM Webservices API''' | ||
* [[OKMAuth]] | * [[OKMAuth]] | ||
+ | * [[OKMBookmark]] | ||
* [[OKMDocument]] | * [[OKMDocument]] | ||
* [[OKMFolder]] | * [[OKMFolder]] | ||
Line 19: | Line 20: | ||
* [[OKMNote]] | * [[OKMNote]] | ||
* [[OKMNotification]] | * [[OKMNotification]] | ||
+ | * [[OKMProperty]] | ||
* [[OKMPropertyGroup]] | * [[OKMPropertyGroup]] | ||
* [[OKMRepository]] | * [[OKMRepository]] |
Revision as of 08:25, 26 October 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:
- http://localhost:8080/OpenKM/OKMAuth?wsdl
- http://localhost:8080/OpenKM/OKMDocument?wsdl
- http://localhost:8080/OpenKM/OKMFolder?wsdl
- http://localhost:8080/OpenKM/OKMMail?wsdl
- http://localhost:8080/OpenKM/OKMNotification?wsdl
- http://localhost:8080/OpenKM/OKMRepository?wsdl
- http://localhost:8080/OpenKM/OKMSearch?wsdl
- http://localhost:8080/OpenKM/OKMWorkflow?wsdl
OKM Webservices API
- OKMAuth
- OKMBookmark
- OKMDocument
- OKMFolder
- OKMMail
- OKMNote
- OKMNotification
- OKMProperty
- OKMPropertyGroup
- OKMRepository
- OKMSearch
- OKMWorkflow
Sample clients