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

Step 2. Edit the ASN.1 Library Transformation

Step 2. Edit the ASN.1 Library Transformation

The wizard creates an ASN.1 Library transformation in the Model repository with a Parser, Serializer, Mapper, and an object with common components. You must edit the transformation components to add an example source, anchors, and actions.
The Parser, Serializer, and Mapper are configured with an AsnToXml document processor that converts the input to XML. The AsnToXml document processor converts the input data to the ASN.1 XER encoding, which is an XML representation.
  1. In the
    Objects
    view, double-click the Parser, Serializer, or Mapper to open it in the IntelliScript editor.
    The transformation contains only the AsnToXml document processor. It does not contain an example source, anchors, or actions.
  2. Configure the properties of the AsnToXml processor as required.
    The properties are described in the following section.
  3. Add an example source to the Parser, Serializer, or Mapper.
    The example source must contain one or more messages that conform to the protocol specification. In the current release, the example must be in the BER encoding (a
    *.ber
    file).
  4. Display the example source.
    It appears as an XML representation of the input data.
  5. Under the
    contains
    line, add components such as anchors and actions that process the XML and generate output.

0 COMMENTS

We’d like to hear from you!