This one has me stumped. We built a new Biztalk development box, ran
xsd2edi and compeif for the same exact schema we use on the other dev
boxes
as well as test and production. Deployed a solution that works everywhere
else. Unfortunately, it's not structuring the EDI XML representation
properly.
Our file basically contains:
****pment
Pallet
Item
Item
Pallet
Item
Item
Pallet
... etc etc
On the other boxes the XML breaks down nicely with the items being under
the pallet they belong to. However, on this new dev box--using the same
schema and assembly--I only get one pallet node and the HLLoopItem
segments
are just repeated under that one pallet. The REF segment which contains
the
pallet ID ends up as a REF segment on the HLLoopItem instead of a level
above. I verified that the trigger_field values are indeed correct
everywhere, reran xsd2edi and compeif, restarted everything.. to no avail.
Any suggestions on what might be the cause?