Difference between revisions of "Webservices Guide - OpenKM 6.2"

From OpenKM Documentation
Jump to: navigation, search
m (Added missing web service links to PropertyGroup and Note)
m (Adding missing web service links to Bookmark and Property)
Line 4: Line 4:
  
 
* http://localhost:8080/OpenKM/OKMAuth?wsdl
 
* http://localhost:8080/OpenKM/OKMAuth?wsdl
 +
* http://localhost:8080/OpenKM/OKMBookmark?wsdl
 
* http://localhost:8080/OpenKM/OKMDocument?wsdl
 
* http://localhost:8080/OpenKM/OKMDocument?wsdl
 
* http://localhost:8080/OpenKM/OKMFolder?wsdl
 
* http://localhost:8080/OpenKM/OKMFolder?wsdl
Line 9: Line 10:
 
* http://localhost:8080/OpenKM/OKMNote?wsdl
 
* http://localhost:8080/OpenKM/OKMNote?wsdl
 
* http://localhost:8080/OpenKM/OKMNotification?wsdl
 
* http://localhost:8080/OpenKM/OKMNotification?wsdl
 +
* http://localhost:8080/OpenKM/OKMProperty?wsdl
 
* http://localhost:8080/OpenKM/OKMPropertyGroup?wsdl
 
* http://localhost:8080/OpenKM/OKMPropertyGroup?wsdl
 
* http://localhost:8080/OpenKM/OKMRepository?wsdl
 
* http://localhost:8080/OpenKM/OKMRepository?wsdl

Revision as of 02:50, 14 November 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:

OKM Webservices API

Sample clients