Synchronous Inbound Integration Processing
36
Integration Guide
Output The following table shows the possible user exit postprocessing outcomes.
XSL Map
Summary The integration framework applies any mapping to the enterprise service to
convert it to object structure format.
The MAXIMO adapter does not provide predefined XSL maps.
T
IP To see if an XSL map exists for an enterprise service, go to the Enterprise Service
tab in the Enterprise Services application. Look on the Enterprise Service
Configuration and Enterprise Service Response Configuration table windows for
XSL map values.
Output The following table shows the possible XSL map processing outcomes.
Object Structure Multiplication
Summary If the transaction applies to multiple organizations or sites, the integration
framework creates a copy of the object structure for each organization or site.
In most cases, a transaction applies to a single organization or site. A cross-
reference control directs the system to create a copy of the object structure for
each applicable organization or site.
For example, you want to insert a vendor from an external system into the system,
under multiple organizations. You can insert a vendor once and apply a cross-
reference control. The system creates a copy of each vendor for each applicable
organization.
The MAXIMO adapter does not provide any predefined cross-reference controls.
If you must skip a duplicated object structure for a specific organization or the site
must be skipped because of inapplicable data, apply the skip action to that object
structure only. If you must stop a duplicated object structure because of an error
Condition Output
No user exit class exists. The unchanged enterprise service
object.
The user exit class skips the record. None; processing ends.
If there are multiple records in one
XML file, the class skips the current
record and processes the next record.
The user exit class stops the record. None; processing ends and an error is
sent to the caller.
The user exit class completes
successfully.
The updated enterprise service.
Condition Output
No XSL map exists. The enterprise service, unchanged.
An XSL map exists. The object structure.