FFDictionary | Document The dictionary entries that you want to add or update. FFDictionary has the following structure: | ||
RecordDictionary Entry | Document List Optional. The dictionary entries for records that you want to add or update in the flat file dictionary. Leave this null if you do not want to add or update record entries. | ||
Variable | Description | ||
EntryName | String The name of the record. | ||
RecordDefinition | Document The definition of the record. The information you specify in a record definition is the same as the information that you specify when creating a flat file dictionary using the Flat File Schema Editor. For descriptions of the fields, see webMethods Service Development Help. | ||
Composite DictionaryEntry | Document List Optional. The dictionary entries for composites that you want to add or update in the flat file dictionary. Leave this null if you do not want to add or update composite entries. | ||
Variable | Description | ||
EntryName | String The name of the composite. | ||
CompositeDefinition | Document The definition of the composite. The information you specify in a composite definition is the same as the information that you specify when creating a flat file dictionary using the Flat File Schema Editor. For descriptions of the fields, see webMethods Service Development Help. | ||
FieldDictionary Entry | Document List Optional. The dictionary entries for fields that you want to add or update in the flat file dictionary. Leave this null if you do not want to add or update field entries. | ||
Variable | Description | ||
EntryName | String The name of the field. | ||
FieldDefinition | Document The definition of the field. The information you specify in a field definition is the same as the information that you specify when creating a flat file dictionary using the Flat File Schema Editor. For descriptions of the fields, see webMethods Service Development Help. |