Running the ACH service examples from the Transformation Extender

The following procedures describe how to run the ACH Deenvelope and ACH Envelope examples from the Transformation Extender.

Procedure

  1. Use the Design Studio to open the source map for the example that you want to run:
    1. If you are running the ACH Deenvelope service CTX example, open the inbound_ach_ctx.mms source map and then open these maps:
      • x12_ra_to_atx_pri
      • x12_ra_to_flat_rpt
      • x12_ra_to_xml_ctx
      • xml_ctx_to_csv_ctx
    2. If you are running the ACH Envelope service CTX example, open the outbound_ach_ctx.mms source map and then open x12_ra_to_xml_ctx.
    3. If you are running the ACH Deenvelope service DNE example, open the inbound_ach_dne.mms source map and then open these maps:
      • inbound_dne_pri_to_xml
      • xml_dne_to_dne_flat
    4. If you are running the ACH Envelope service DNE example, open the outbound_ach_dne.mms source map and then open these maps:
      • outbound_dne_addenda
      • outbound_dne_entryDtls
  2. Right click on the map, and then choose Run on IBM Sterling B2B Integrator. Enter the ID and password if you are prompted.
    The processing completes.
  3. The following output files are created in each corresponding ACH service example scenario data directory.
    1. If you are running the ACH Deenvelope service CTX example, these output files are created:
      • ach_atx_pri.out - (from the x12_ra_to_atx_pri map)
      • pymt_ordr_rpt.out - (from the x12_ra_to_flat_rpt map)
      • ach_ctx_out.xml (from the x12_ra_to_xml_ctx map)
      • ctx_xml_to_csv.out (from the xml_ctx_to_csv_ctx map)
    2. If you are running the ACH Envelope service CTX example, this output file is created:
      • ach_ctx_out.xml - (from the x12_ra_to_xml_ctx map)
    3. If you are running the ACH Deenvelope service DNE example, these output files are created:
      • pri_out.xml (from the inbound_dne_pri_to_xml map)
      • ach_dne_flat.out (from the xml_dne_to_dne_flat map)
    4. If you are running the ACH Envelope service DNE example, these output files are created:
      • ach_dne_entry_dtls.out (from outbound_dne_entryDtls map)
      • ach_dne_addenda.out (from outbound_dne_addenda map)

Results

Other files might be generated in the maps directory: map_name_MapTestRequest.msg, and map_name_MapResponse.msg. These files include the results returned by the web service that runs the map, including the output data and other status information.