Skip to main content
Skip table of contents

The Dictionary Repository

LightWave Server dictionaries are XML files that describe the data structure of the application IPM or record. Dictionary files are stored in the LIghtWave Server filesystem. A sample dictionary file containing the NonStop Explorer System Status request is shown below:

XML
<dictionary xmlns="http://schemas.nuwavetech.com/schemas/lightwave/dictionary-1.0.xsd">
  <types>
    <type name="GetSystemInfo" size="2" ddlName="GET-SYSTEM-INFO" ddlModified="2014-09-09T08:55" ddlOrigin="MXxJRHxHRVQtU1lTVEVNLUlORk98XEFDVDUuJERFTU8uTlNF">
      <element name="requestCode" type="unsignedShort" offset="0" size="2" value="5"/>
    </type>
  </types>
</dictionary>

Dictionary files may be generated directly from DDL dictionaries, manually authored, or a combination of both.

Dictionary Names

In order to avoid dictionary name collisions, a convention has been established for dictionary naming. It is strongly recommended that this naming convention be followed. Dictionary names begin with the reverse internet domain name of the organization that created them, followed by the application they were created for, followed by additional dot separated qualifiers to further describe the dictionary. For example:

  • com.nuwavetech.lightwave.nonstopexplorer

  • com.nuwavetech.lightwave.fedwire.fedwirev1



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.