MOHHIP01
13 years agoNew Contributor
HL7 v3 PN parsing issue
There is a known issue with xml beans ("https://issues.apache.org/jira/browse/XMLBEANS-457"), which means it does not correctly parse elements which are defined as a restriction from a mixed type.
This impacts the HL7 v3 PN and AD types.
E.g the sample requests from "PIXV3.Support.Materials.v5" at ftp://ftp.ihe.net/TF_Implementation_Mat ... I/packages
fail validation in soapui pro v4 with errors like:
line 50: Element 'streetAddressLine@urn:hl7-org:v3' with empty content type cannot have text or element content.
The same requests validate correctly in XMLSpy
This impacts the HL7 v3 PN and AD types.
E.g the sample requests from "PIXV3.Support.Materials.v5" at ftp://ftp.ihe.net/TF_Implementation_Mat ... I/packages
fail validation in soapui pro v4 with errors like:
line 50: Element 'streetAddressLine@urn:hl7-org:v3' with empty content type cannot have text or element content.
The same requests validate correctly in XMLSpy