XEngine Server Module for Docker Sample Profile

The XEngine Server Module for Docker Sample Profile is located at Edifecs Library and demonstrates the basic usage of XEngine Server Module for Docker inside Docker containers. To test this profile with XEngine Server Module for Docker, follow the instructions in the Run XEngine Server Module for Docker section that already includes a reference to this profile.

At a high level, the profile workflow is the following:

  1. A user passes data (sample 837 Professional transactions) to a container with running XEngine Server Module for Docker through a mounted folder.
  2. Inside the container, XEngine Server Module for Docker processes the data, generates XData and acknowledgments for good data, and generates reports for bad data.
  3. Processing results are returned from the container through a mounted outbound folder.

Route Structure

Route components description

Component Name Component Type Description
XESModule Inbound FS Inbound The inbound container directory for XEngine Server Module for Docker. The directory is mounted to an inbound folder in an underlying operating system.
Generate Xdata and Acks XE Native Performs basic processing of 837P transactions. The component generates XData and acknowledgments for good data and generates reports in case of errors.
XESModule Outbound FS Outbound Stores processing results in a container directory. The directory is mounted to an outbound folder in an underlying operating system.