Web Services Reference

From LogicalDOC Community Wiki

Jump to: navigation, search

LogicalDOC 6.3 Web Services Reference

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 LogicalDOC Web Services are divided in 7 entities, each of them contains services of the same topic.

WSDL details available at: http://localhost:8080/logicaldoc/services

LogicalDOC Web Services API