Re: [HAPI-devel] Configure message validation

2017-01-26 Thread Ian Vowles
We have a plethora of systems that don’t strictly adhere to the standard, and have taken to turning off validation as our default position. On your context use: setValidationRuleBuilder(new NoValidationBuilder()) Validation will not be performed. Ian Vowles Queensland Health Australia From: J

[HAPI-devel] Configure message validation

2017-01-26 Thread Jonny Rylands
Hi Is it possible to disable or configure message content validation so that messages which fail validation continue to be sent to the receiving application? Here’s a bit of background: I have an HL7 service which receives messages over MLLP, does some processing, and forwards them to another