API
To call 1Integrate programmatically, you can call one of its Web Services APIs:
SOAP API
The 1Integrate API uses the SOAP 1.0 Web Services messaging protocol with document/literal bindings and is WS-I (Web Services Interoperability Organisation) compliant.
The API is defined by a WSDL (Web Services Description Language) document accessible from a 1Integrate server.
The html description of the API and links to the WSDL document is available from and the URL of the 1Integrate installation, (replacing /1Integrate with /soap): http://[server]:[port]/soap/
REST API
The 1Integrate REST API allows you to embed 1Integrate within a workflow, or to invoke it from other software or scripts.
The html description of the API and links to the resources are available from and the URL of the 1Integrate installation: http://[server]:[port]/1Integrate/rest/
See the 1Integrate REST API Guide for more information.
Built-in Function Programmer Guide
The Rule extensibility API allows you to create custom functions ("built-in functions") in Java for use in the 1Integrate rule author.
See the Built-in Function Programmer Guide for more information.