XML Transaction Data Request

To request data from JD Edwards EnterpriseOne, you use a formatted XML document. The XML document contains a transaction type, such as JDESOUT, and an index that identifies the data to be retrieved from the interface tables. You supply a template to retrieve the specific data.

This illustration shows the XML Transaction data request and response process:

XML Transaction data request process flow

In summary:

  • A request in the form of an XML document contains the transaction type and an index of the requested data.

  • XML Transaction parses the XML inbound document to get the transaction type and the index.

  • XML Transaction retrieves the data from JD Edwards EnterpriseOne and inserts the data into interface tables.

  • XML Transaction creates a response in the form of an XML document.

    The response is comprised of the interface table data records that match the transaction type and index. The response also contains any error messages that might have occurred.