Difference between revisions of "Webservices Guide - OpenKM 6.2"

From OpenKM Documentation
Jump to: navigation, search
Line 15: Line 15:
 
* http://localhost:8080/OpenKM/OKMSearch?wsdl
 
* http://localhost:8080/OpenKM/OKMSearch?wsdl
 
* http://localhost:8080/OpenKM/OKMWorkflow?wsdl
 
* http://localhost:8080/OpenKM/OKMWorkflow?wsdl
 +
 +
{{Note|In the upcoming OpenKM 6.0 webservices will be listed at http://localhost:8080/OpenKM/services.}}
  
 
'''OKM Webservices API'''
 
'''OKM Webservices API'''

Revision as of 10:46, 27 December 2011

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:


Nota clasica.png In the upcoming OpenKM 6.0 webservices will be listed at http://localhost:8080/OpenKM/services.

OKM Webservices API

Sample clients