Sun B2B Suite ASC X12 Protocol Manager User's Guide

ProcedureTo Edit the Berlin X12_dlg_850_In_Atlanta_850_In.xml File

  1. Make sure you have exported the sample data files.

  2. Use the Enterprise Designer’s Export feature to export the sample data files to a specified location, for example:


    cd /d C:\temp\eXchange\Sample\X12\Data\Berlin
  3. Change directories to the subdirectory of the location where you exported the sample data files.

  4. Use a text editor open the following file: X12_dlg_850_In_Atlanta_850_In.xml

    You see text that resembles the following text:


    < <?xml version="1.0" encoding="UTF-8"?>
    <FileAndService>
        <TradingPartner>Atlanta</TradingPartner>
        <TPProfileID></TPProfileID>
        <Service>PurchaseOrder_Inb_AG</Service>
        <Action>855</Action>
        <Files Directory="path">
            <Name>X12_4010_855_template.st</Name>
        </Files>
    </FileAndService>
  5. If necessary, in the line <dir> path </dir> (shown in the previous example), change the string represented by path, to the actual path of the directory that holds your local copy of the X12_dlg_850_In_Atlanta_850_In.xml and X12_4010_855_template.st files.

    For example:


    <dir>C:\temp\eXchange\Sample\X12\Data\Berlin</dir>

    Or:


    <dir>/~myname/eXchange/Sample/X12/Data/Berlin</dir>
  6. If you have already run the sample and you want to experiment with other changes (such as using a payload file with a different file name, or using a TP with a different name), be sure they are also reflected here.

  7. When you are finished, save your changes and exit the text editor.


    Note –

    For more information, see the eXchange Integrator User’s Guide.