This document provides instructions for creating a simple HL7 sender and receiver project using OpenESB. It describes how to create BPEL projects to poll for HL7 messages from a file system and send them over MLLP to an external system. It also covers creating a BPEL project to receive HL7 messages over MLLP, convert them to XML, and write them to a file. Composite application projects are created to deploy the sender and receiver projects. The projects are tested by sending a sample HL7 message file and verifying the acknowledgement and converted XML files are produced.