Jolt 1.2 Developer's Guide

Example 6-5. tryOnFml.f16 Field Definitions
#
# FML field definition table
#
*base 4100
INPUTSTRING 1 string
INPUTINT 2 long
INPUTFLOAT 3 float
OUTPUTSTRING 4 string
OUTPUTINT 5 long
OUTPUTFLOAT 6 float
Define PASSFML in the Repository Editor
The other service in SIMPAPP package is the PASSFML service. This service is used with the tryOnFml.java and tryOnFml.c code.
Note
If you are not familiar with using the Jolt Repository Editor, refer to Adding a Service and Adding a Parameter for more
information about defining your services and adding new parameters.
Using the Jolt Repository Editor, define the PASSFML service with an input buffer type of FML and an output buffer type of FML.1.
Define the input and output buffer types as FML for the PASSFML service.2.