Table of Contents

Search

  1. Preface
  2. Libraries for Industry Standards
  3. Using Libraries
  4. Descriptions of the Libraries
  5. Generate Library Objects

Libraries Guide

Libraries Guide

EDIFACT Acknowledgments

EDIFACT Acknowledgments

If you use the
with_validations
components of the EDIFACT library, you can configure a transformation to generate EDIFACT CONTRL acknowledgments automatically. To do this, the transformation can run a predefined Parser on the XML output of the library component. The output of this Parser is the acknowledgment, including a summary of the validation errors.
To generate EDIFACT CONTRL acknowledgments:
  1. Run the transformation defined in the
    EDIFACT_XML_to_CONTRL
    service of the EDIFACT library.
  2. As the input of the transformation, pass the XML output of a library Parser.
  3. The following table describes the service parameters to pass to the transformation:
    Parameter
    Required/Optional
    Instructions
    inInterchangeReferenceNumber
    Required
    Outgoing interchange reference number.
    inExpectedInterchangeReferenceNumber
    Required
    Expected incoming interchange reference number for the partner.
    inCorrectRecipientIdentification
    Optional
    UNB-03 identification of the incoming interchange recipient.
    inSupportedSyntaxIdentifiers
    Optional
    A comma-delimited list of supported syntax identifiers, for example:
    UNOA,UNOB,UNOC
    inSupportedSyntaxVersions
    Optional
    A comma-delimited list of supported syntax versions, for example:
    1,2,3
    inTestIndicator
    Optional
    Set the value to
    1
    to indicate an outgoing interchange test message. The default is empty, meaning a production message.
    The transformation generates the CONTRL acknowledgment, including a summary of the validation errors.

0 COMMENTS

We’d like to hear from you!