Request Object Structure Definition; Outbound Integration Process Initiation - IBM BJ0NJML - Service And Asset Management Integration Manual

Integration guide
Table of Contents

Advertisement

Synchronous Outbound Integration Processing

Outbound Integration Process Initiation

Summary

Request Object Structure Definition

Summary
Output
56
A Service Oriented Architecture (SOA) environment enables the use of external
services for the purposes of data processing from multiple data sources.
Invocation channels support this generic service-oriented architecture capability
by enabling the integration framework to call external applications and process
their response.
You initiate the outbound integration process. This process can be implemented
by using an action class which calls an invocation channel. You can implement an
action by using the following means:
A user interface control (within an application)
Workflow routing
Escalation
The integration framework performs the following activities when it builds a
request object structure from the objects:
1
The request object structure that is associated with each invocation channel is
determined.
2
The request object structure identifies its component objects.
3
The integration framework constructs the request object structure from the
objects.
4
The integration framework adds the following header information to the
request object structure:
Tag
Object structure name
messageID
creationDateTime
The output of this activity is an object structure with the following format and
header data:
<InvokeObjectStructureName creationDateTime="system"
messageID="1234444" event="0" xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance" xmlns="http://www.ibm.com/maximo">
<ObjectStructureNameSet>
<ObjectName>
.
.
.
</ObjectName>
</ObjectStructureNameSet>
</InvokeObjectStructureName>
Value
The name of the object structure.
Unique message ID.
System datetime.
Integration Guide

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents