Re: [HAPI-devel] Message parse error

2010-07-24 Thread James Agnew
Hi Yildiray, It looks like the problem is indeed with the XML parser. Within the message you supply, the OBX.5 tag is missing an ED.1 tag, and each subsequent component is being parsed as the component before it. I.e. ED.2 is actually being parsed into ED.1, ED.3 is being parsed into ED.2, etc. Th

[HAPI-devel] Message parse error

2010-07-23 Thread YILDIRAY KABAK
Dear all, The parser gives an error for the attached ORU R01 (v2.5) XML message. Both the message and the error I got is attached. The strange thing is that the message is generated by the HAPI itself and when I use EDI formatting (not XML) everything goes fine. As far as I understood, the error i