How to run the example in Design Studio

Running FIX to FIXML translation map:
  1. Build all maps in the .mms files listed.
  2. Replace input card 1 in example map fixfml_<FIX_version>_email.mms with desired input file.
  3. Run main example map, fixfml_<FIX_version>_email.mms
  4. See output file, on data folder called fixml_email_<FIX_version>_out.xml
Note: <FIX_version> = '50' or '50_sp1' or '50_sp2' or '50_sp2_ep'

Running FIXML to FIX translation map:

  1. Build all maps in the .mms files listed.
  2. Replace input card 1 in example map fmlfix_<FIX_version>_email.mms with desired input file.
  3. Run main example map, fmlfix_<FIX_version>_email.mms
  4. See output file, on data folder called fix_email_<FIX_version>.out
Note: <FIX_version> = '50' or '50_sp1' or '50_sp2' or '50_sp2_ep'