Difference between revisions of "Webservices Guide - OpenKM 6.2"

From OpenKM Documentation
Jump to: navigation, search
(Corrected the spelling of WSDL)
Line 1: Line 1:
 
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 [[Third-party system integration|integrate with third-party applications]] like a CRM or a CMS.
 
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 [[Third-party system integration|integrate with third-party applications]] like a CRM or a CMS.
  
These are the WSLD available:
+
These are the WSDL available:
  
 
* http://localhost:8080/OpenKM/OKMAuth?wsdl
 
* http://localhost:8080/OpenKM/OKMAuth?wsdl

Revision as of 18:46, 17 October 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 WSDL available:

OKM Webservices API

Sample clients