Web Services API

LogicalDOC can be used as middleware and can be integrated with other systems 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.

LogicalDOC also supports a the more informal standard called RESTful.

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

Web Services Bindings and Samples

The easiest way to interface with LogicalDOC's API's is by using one of our Bindings and Samples we provide in the product's wiki page. In that page we provide source code projects in all major programming languages​​: Java, .Net, PHP, Python. They can be a good examples to quickly learn "hands on" how to interface with the LogicalDOC's API

Web Services Documentation