Hi, have a look at the example in http://hl7api.sourceforge.net/xref/ca/uhn/hl7v2/examples/SendAndReceiveAMessage.html.
The code until line 97 launches a MLLP Server that listens for incoming messages (port 1011 in the example), parses them and forwards ADT^A01 messages to an ExampleReceiverApplication (which just acknowledges the message, and here's where you could put your custom business code). regards Christian Ram-55 wrote: > > Hello All, > > As i am not aware of most of the functionalities of the hapi core > classes, i could not able understand on creating a simple llp listener. > > I had gone through the source codes of many classes, but i could not > figure out how it is working. Can anyone guide me to create a simple LLP > listener to receive the HL7 message. Already i created the customized > parser to do the required parsing. > > Thanks > Ram > > ------------------------------------------------------------------------------ > Learn Windows Azure Live! Tuesday, Dec 13, 2011 > Microsoft is holding a special Learn Windows Azure training event for > developers. It will provide a great way to learn Windows Azure and what it > provides. You can attend the event by watching it streamed LIVE online. > Learn more at http://p.sf.net/sfu/ms-windowsazure > _______________________________________________ > Hl7api-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/hl7api-devel > > -- View this message in context: http://old.nabble.com/Need-help-in-building-llp-listener-tp33002510p33003645.html Sent from the hl7api-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Learn Windows Azure Live! Tuesday, Dec 13, 2011 Microsoft is holding a special Learn Windows Azure training event for developers. It will provide a great way to learn Windows Azure and what it provides. You can attend the event by watching it streamed LIVE online. Learn more at http://p.sf.net/sfu/ms-windowsazure _______________________________________________ Hl7api-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hl7api-devel

