Inbound Process Flow

A typical flow for processing Z transactions is:

  • The adapter picks up a message in XML format from the message queue.

  • The XML document is passed into the jdeXMLCallObject Application Programming Interface (API).

  • The session manager validates user and password.

  • The JD Edwards EnterpriseOne server processes the message by parsing the XML document.

  • Each requested business function is called separately or within requested transaction boundaries until all calls are processed.

  • Transactions are added to the JD Edwards EnterpriseOne database.

  • Output data and error messages are merged back into the XML document and a new response document is created.

  • The adapter places the response XML document in the queue.

    The response can be an error or success XML document.

See Understanding Z Transactions.