Subject:How to generate EDI 997 Author:jeff horton Date:29 Oct 2012 09:27 AM
I checked a previous thread that indicated that there was sample code or a utility program that would generate an EDI 997 Functional Acknowledgement. I am evaluating Stylus Studio and love what I see but some trading partners require a 997, so I need a solution that is simple to implement.
Subject:How to generate EDI 997 Author:Ivan Pedruzzi Date:29 Oct 2012 09:46 AM
Hi Jeff,
Stylus Studio bundles XML Converters, a Java library that provides programmatic bidirectional access to numerous data sources such as EDI, CSV, and other legacy formats such as XML through Java applications.
See chapter "Analyzing EDI-to-XML Conversions", section "Managing Transmission Responses" in the XML Converters's User Guide
<Stylus Studio Folder>\Components\XML Converters for Java\doc\xmlconverters-ug.pdf
See example 14
<Stylus Studio Folder>\Components\XML Converters for Java\examples\Demo.java