The API follows the same conventions as StAX (XML API available in the standard JDK) using a "pull" processing flow for EDI parsing and an emit flow for EDI generation. Input data is provided using a ...
Given an EDI message checks the syntax, outputs errors and returns the message as a multidimensional array. Given a multidimensional array (formatted as the output of the parser), returns an EDI ...