Difference between revisions of "Web Services"

From LogicalDOC Community Wiki
Jump to navigationJump to search
(Web Services References)
(Web Services References)
Line 11: Line 11:
 
== Web Services References  ==
 
== Web Services References  ==
  
The complete [[Web_Services_Reference|'''SOAP Web-Service reference''']] is available on this wiki.<br/>
+
The complete Web-Service reference is available at http://docs.logicaldoc.com/en/web-services-api.<br/>
The [http://wiki.logicaldoc.com/rest/ '''REST API reference'''] is a recent addition (REST APIs are available from LD 7.5)
 
  
 
== Web Services Bindings and Samples  ==
 
== Web Services Bindings and Samples  ==

Revision as of 06:36, 30 August 2016

LogicalDOC Web Services API

Introduction

LogicalDOC can be used as middleware and can be integrated with other system by the use of the built-in Web Service.

The Web Service module is part of the LogicalDOC core distribution and is compliant with W3C specifications SOAP and MTOM. Using SOAP over HTTP allows for easier communication through proxies and firewalls than previous remote execution technology. MTOM is a method of efficiently sending binary data to and from web services; it allows more efficient sending of binary data in a SOAP request or response.

The layer of Web-Service of LogicalDOC is implemented using the framework Apache CXF (AKA XFire 2) version 2.5.x.
CXF implements the JAX-WS specifications, this makes the Web-Services of LogicalDOC extremely compatibles and adhering to the W3C's SOAP and MTOM standards.
Also allows to enable/disable the MTOM features, reducing lines of code needed to implement and deliver the web-services functionalities and increasing the maintainability of the program.

The LogicalDOC Web Services are divided in a number of specialized services, each one dedicated to a specific topic.

Web Services References

The complete Web-Service reference is available at http://docs.logicaldoc.com/en/web-services-api.

Web Services Bindings and Samples

The easiest way to interface with LogicalDOC's API's is by using one of our Bindings and Samples. In this section are made available projects in all major programming languages​​: .Net, PHP and Java, complete with source code. They can be a good example to quickly learn "hands on" how to interface with the LogicalDOC's API