Subject:EDI TO XML using the Stylus Studio JAVA API - Long segment names bug Author:Bjørn Espen Raadim Date:29 Aug 2007 05:06 PM Originally Posted: 29 Aug 2007 09:48 AM
Hi
I am decoding an EDI message and I think I have stumbled over a bug when decoding the message using long segment names.
As you can see, the adapter decodes the segments correctly, and jumps over NAD03, but when filling the NAD04 segment, the adapter is using the longnames from NAD03 and not the longnames from NAD04.
Subject:EDI TO XML using the Stylus Studio JAVA API - Long segment names bug Author:Bjørn Espen Raadim Date:29 Aug 2007 05:07 PM Originally Posted: 29 Aug 2007 04:46 PM
- The file version is EDI ORDERS D93A.
- I am running stylusstudio 2007 Enterprise suite. Framework version: Build 735f. All the diffrent modules has the same Build.
- Java VM is currently 1.6.0_02-b06
- A complete sample of the EDI file is attached.
There are more than one occurance of the same problem in this file, but the one used as an example, is found on line 16 in the attached file. You should also use the tbl=no ("Force error if not in codelist") parameter when decoding the message using the EDI adapter.