Skip to content

Getting Started

Alberto edited this page Jan 4, 2016 · 9 revisions

Test Productions

Test productions are included in ITB to allow the developer testing the different HL7 XML components. Some of them are:

ITB.Production.TestXMLHL7File

  • Reads HL7 XML file, converts to EnsLib.HL7.Message and writes an HL7 ER7 files.
  • Reads HL7 ER7 file, converts to EnsLib.HL7.Message and writes an HL7 XML files.
  • It's recommended to have this production working correctly before implementing more complex scenarios.

ITB.Production.TestXMLHL7SOAP

  • Shows how to use a WebService (Business Service) that receives an HL7 XML message as an incoming string.