"ConfigurationContext is not found while loading org.wso2.carbon.transport.fix bundle");
}
configContext.getAxisConfiguration()
.addMessageBuilder("application/edi-hl7", new HL7MessageBuilder());
configContext.getAxisConfiguration()
.addMessageFormatter("application/edi-hl7", new HL7MessageFormatter());
if (log.isDebugEnabled()) {
log.info("Set the HL7 message builder and formatter in the Axis2 context");
}
if (log.isDebugEnabled()) {
log.debug("Successfully registered the HL7 Message Service");