|
An Architecture Designed To Communicate
The FusionDox system is built entirely on a Service Oriented Architecture (SOA) implemented using web services (SOAP). The FusionDox API provides a well documented interface for integration with documents and forms in a FusionDox repository. Using this API, public methods are available for retrieving and storing documents and form data.
In addition to web service support for common features in the product, a scriptable object interface is available that provides Java and ColdFusion developers the ability to interactively access objects in the system.
Using the API capabilities of FusionDox allows developers to exchange information seamlessly between system. Some examples of how the API can be used include:
- When an employee fills out a requisition form on your Intranet, create a new request document in the FusionDox repository
- When a new customer places an order on an e-commerce website, create a new fulfillment request in FusionDox
|