Skip to content
Art2link ESB v2.02 LTS HomeDocumentationBlogContact
Core concepts/Adapters/CloudSuite adapter
Adapter

CloudSuite adapter Enterprise

Integration with Infor CloudSuite through the Infor ION event bus and the ION API. Subscribe to ION events on the Listener side, call ION API endpoints on the Caller side.

Enterprise edition only. Infor CloudSuite integration is part of the Enterprise adapter set and is not available in Starter. See the Edition comparison for what each edition includes.
DIRECTION ↓ ↑ Receive & Send MODES One-way · Two-way AUTHENTICATION Infor CloudSuite Authentication EDITION Enterprise

Infor CloudSuite integration in Art2link ESB goes through Infor ION — the integration backbone that fronts every CloudSuite application. The adapter handles the two halves of that conversation: subscribing to ION events for inbound, and invoking ION API endpoints for outbound. The same Infor Authentication object is reused for both directions into the same tenant.

Bound to a receive port, the adapter subscribes to one or more ION event flows — typically Business Object Documents (BODs) emitted by a CloudSuite application. Each event is published to the bus as a structured message; ION's own guaranteed delivery semantics back the subscription.

Bound to a send port, the adapter calls an ION API endpoint into the target CloudSuite application. Two-way mode returns the endpoint response back to the bus, letting downstream pipelines route or transform on the result.

The CloudSuite adapter pairs with a dedicated Infor CloudSuite Authentication object. The Authentication carries the connection target and credentials in a form specific to Infor CloudSuite; one Authentication object is reused across Listener and Caller bindings into the same Infor CloudSuite system.

Configuration field set and worked example will be published alongside the Enterprise edition launch listing.

That is the CloudSuite adapter

Bidirectional Infor CloudSuite integration through the standard interfaces, paired with a Infor CloudSuite Authentication object. Enterprise edition only. Back to Adapters.