Inbound processing

WebSphere® Adapter for JD Edwards EnterpriseOne supports asynchronous inbound processing. This means that the adapter polls theJD Edwards EnterpriseOne server at specified intervals for events. When the adapter receives an event, it converts the event data into a business object and sends the business object to the component.

WebSphere Adapter for JD Edwards EnterpriseOne supports real-time events. A real-time event is a business transaction that provides information from the JD Edwards EnterpriseOne server that can be used to interoperate with a third-party system. Real-time events can be generated wherever business functions run, such as HTML, WIN32, and enterprise servers. Real-time events are useful for producing notifications in real-time. The adapter supports both single and container real-time events.

When the adapter gets a real-time event from the JD Edwards EnterpriseOne transaction server by invoking JD Edwards EnterpriseOne Dynamic Java™ Connector API, it parses the content of this real-time event and converts it into a business object. The adapter then sends the business object to the event endpoints. For example, if a company is updated, the JD Edwards EnterpriseOne server captures this change immediately, and one real-time event is generated by JD Edwards EnterpriseOne transaction server. The adapter then communicates with the JD Edwards EnterpriseOne transaction server, retrieves this real-time event, and processes it. After converting it into a business object, the adapter delivers this business object to the event endpoint.

WebSphere Adapter for JD Edwards EnterpriseOne processes events as follows:

  1. Invokes JD Edwards EnterpriseOne Dynamic Java Connector API to get a real-time event.
  2. Parses the content of this real-time event.
  3. Populates the associated business object with the values it retrieves from the payload of this real-time event.
  4. Sends the generated business object to each registered application.
Note: You must configure the JD Edwards EnterpriseOne to support real-time events before inbound processing operation.



Feedback

(C) Copyright IBM Corporation 2005, 2012. All Rights Reserved.
This information center is powered by Eclipse technology. (http://www.eclipse.org)