Skip to main content

Maximo Integration Framework

Maximo Integration framework is used for integrating with external application or system or for loading data. Its heart is object structure.


It supports following file formats

JSON, XML, CSV etc.

You can integrate via Webservice Soap/Rest, JMS , HTTP etc.


You can also define a particular time during a day to synchronize or can be in real time.


Main integration components and there use in Layman terms : -


Object Structure  : List of Objects

Publish Channel : Used to send data or Publish data

Enterprise Service : Used to receive data from external system

Invocation Channel : Used for Send and receive data at particular event

External system : you define a virtual name for external system you are integrating.

Endpoint : - Its a gate through which data goes in and out.


For business logic we can do XSL Mapping, Java classes or processing rules.



Comments