FFDictionaryName | String The fully–qualified name of the flat file dictionary that you want to create in the Integration Server namespace. | ||
PackageName | String The name of the Integration Server package in which to save the flat file dictionary. | ||
FFXML | String The flat file dictionary (as an XML string) that you want to create in the Integration Server namespace. The XML string must conform to the pub.flatFile.generate:FFDictionary IS document type.
| ||
maxNumOfErrors | String Optional. The maximum number of errors that you want returned. The default is 100. The service ensures the flat file dictionary is valid before saving it in the Integration Server namespace. The validation occurs in two stages. 1. Structural validation of the XML. 2. Logical validation of the XML contents. If structural validation errors occur, the service reports the structural validation errors, but does not proceed with logical validation. When the XML string contains no structural validation errors, the service proceeds with logical validation and reports any logical validation errors. |
saved | String Whether the flat file dictionary was saved successfully. It will have one of the following values. | |
Value | Description | |
true | The flat file dictionary was successfully saved. | |
false | The flat file dictionary was not successfully saved. | |
Errors | String List Optional. Errors that occurred while attempting to save the flat file dictionary to the Integration Server namespace. | |
Warnings | String List Optional. Warnings about the flat file dictionary that was created. |