Difference between revisions of "Webservices Guide - OpenKM 6.2"
From OpenKM Documentation
m (moved Webservices Guide to Webservices Guide - OpenKM 6.2) |
|||
Line 6: | Line 6: | ||
{{Note|In OpenKM 6.2 webservices are listed at http://localhost:8080/OpenKM/services.}} | {{Note|In OpenKM 6.2 webservices are listed at http://localhost:8080/OpenKM/services.}} | ||
− | |||
− | |||
* http://localhost:8080/OpenKM/services/OKMAuth?wsdl | * http://localhost:8080/OpenKM/services/OKMAuth?wsdl | ||
Line 21: | Line 19: | ||
* http://localhost:8080/OpenKM/services/OKMSearch?wsdl | * http://localhost:8080/OpenKM/services/OKMSearch?wsdl | ||
* http://localhost:8080/OpenKM/services/OKMWorkflow?wsdl | * http://localhost:8080/OpenKM/services/OKMWorkflow?wsdl | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
'''OKM Webservices API''' | '''OKM Webservices API''' | ||
Line 52: | Line 35: | ||
==Sample clients== | ==Sample clients== | ||
− | |||
− | |||
* [[Java client - OpenKM 6.2|Java client]] | * [[Java client - OpenKM 6.2|Java client]] | ||
* [[PHP client - OpenKM 6.2|PHP client]] | * [[PHP client - OpenKM 6.2|PHP client]] | ||
* [[C Sharp client - OpenKM 6.2|C# client]] | * [[C Sharp client - OpenKM 6.2|C# client]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category: Webservices Guide]] | [[Category: Webservices Guide]] |
Revision as of 14:18, 17 March 2013
Contents |
OpenKM has a complete API exposed via Webservices. This means you can call any of these API methods from any programming language which supports the SOAP protocol, like Java, PHP or Python among others. This feature makes it possible to create a custom client, or integrate with third-party applications like a CRM or a CMS.
These are the WSDL available:
In OpenKM 6.2 webservices are listed at http://localhost:8080/OpenKM/services. |
- http://localhost:8080/OpenKM/services/OKMAuth?wsdl
- http://localhost:8080/OpenKM/services/OKMBookmark?wsdl
- http://localhost:8080/OpenKM/services/OKMDocument?wsdl
- http://localhost:8080/OpenKM/services/OKMFolder?wsdl
- http://localhost:8080/OpenKM/services/OKMMail?wsdl
- http://localhost:8080/OpenKM/services/OKMNote?wsdl
- http://localhost:8080/OpenKM/services/OKMNotification?wsdl
- http://localhost:8080/OpenKM/services/OKMProperty?wsdl
- http://localhost:8080/OpenKM/services/OKMPropertyGroup?wsdl
- http://localhost:8080/OpenKM/services/OKMRepository?wsdl
- http://localhost:8080/OpenKM/services/OKMSearch?wsdl
- http://localhost:8080/OpenKM/services/OKMWorkflow?wsdl
OKM Webservices API
- OKMAuth
- OKMBookmark
- OKMDocument
- OKMFolder
- OKMMail
- OKMNote
- OKMNotification
- OKMProperty
- OKMPropertyGroup
- OKMRepository
- OKMSearch
- OKMWorkflow