Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Flat File Folder | Summary of Elements in the Flat File Folder
 
Summary of Elements in the Flat File Folder
 
pub.flatFile:convertToString
pub.flatFile:convertToValues
pub.flatFile:FormatService
pub.flatFile:getSupportedEncodings
pub.flatFile.generate:createDocumentType
pub.flatFile.generate:createFFDictionary
pub.flatFile.generate:deleteFFDictionary
pub.flatFile.generate:deleteFFDictionaryEntry
pub.flatFile.generate:deleteFFSchema
pub.flatFile.generate:FFDictionary
pub.flatFile.generate:FFSchema
pub.flatFile.generate:findDependants
pub.flatFile.generate:findReferences
pub.flatFile.generate:getFFDictionaryAsXML
pub.flatFile.generate:getFFDictionaryEntryAsXML
pub.flatFile.generate:getFFSchemaAsXML
pub.flatFile.generate:listFFDictionaryEntries
pub.flatFile.generate:saveXMLAsFFDictionary
pub.flatFile.generate:saveXMLAsFFSchema
pub.flatFile.generate:updateFFDictionaryEntryFromXML
The following elements are available in this folder:
Element
Package and Description
WmFlatFile. Converts an IS document (IData object) to a flat file document based on the flat file schema that you specify.
WmFlatFile. Converts a flat file document to an IS document (IData object) based on the input flat file schema.
WmFlatFile. Service that formats the field String in a flat file schema or dictionary and ensures that the value of the String meets the format restrictions of the format service.
WmFlatFile. Returns a list of supported encodings. This service will only report webMethods encodings, not Java defaults. That is, if you do not have converters.jar installed, it returns null.
WmFlatFile. Creates an IS document type that defines the XML representation of a flat file schema.
WmFlatFile. Creates an empty flat file dictionary. This service throws an exception is if the flat file dictionary you want to create already exists when the service is invoked.
WmFlatFile. Deletes a flat file dictionary.
WmFlatFile. Deletes a single entry from a flat file dictionary.
WmFlatFile. Deletes a flat file schema.
WmFlatFile. This IS document type defines the format to use when supplying a flat file dictionary or dictionary entry (in the FFXML variable) and the format that services return (in the FFXML variable) when you are retrieving a flat file dictionary or dictionary entry.
WmFlatFile. This IS document type defines the format to use when supplying a flat file schema (in the FFXML variable) and the format that services return (in the FFXML variable) when you are retrieving a flat file schema.
WmFlatFile. Returns the names of all flat file schemas and dictionaries that are dependent on a given flat file dictionary.
WmFlatFile. Returns the names of all flat file dictionaries that are referenced by a given flat file dictionary or flat file schema.
WmFlatFile. Returns a dictionary as an XML string.
WmFlatFile. Returns a single dictionary entry as an XML string.
WmFlatFile. Returns the specified flat file schema as an XML string.
WmFlatFile. Lists all entries in a specified flat file dictionary that are of a specified type.
WmFlatFile. Creates a flat file dictionary in the Integration Server namespace by converting the specified flat file dictionary that is in XML format into a namespace flat file dictionary.
WmFlatFile. Creates a flat file schema in the Integration Server namespace by converting the specified flat file schema that is in XML format into a namespace flat file schema.
WmFlatFile. Updates one or more entries in a flat file dictionary in the Integration Server namespace.