Re: [HAPI-devel] Sending hl7 message over http

2014-07-15 Thread James Agnew
That's probably a factory method that was added to HAPI in a version later than 2.2. Get your parser using whatever means you've been using elsewhere in your code. Cheers, James On Tue, Jul 15, 2014 at 1:06 PM, Sara Fatima wrote: > Hi James, > > Thank you for the guidelines. I will surely let

Re: [HAPI-devel] Sending hl7 message over http

2014-07-15 Thread Sara Fatima
Hi James, Thank you for the guidelines. I will surely let you know how I progress with sending to OpenHIE. While using this example, I am facing an error. I am unable to resolve the below line: > Parser parser = PipeParser.getInstance

Re: [HAPI-devel] Sending hl7 message over http

2014-07-15 Thread James Agnew
Hi Sara, HTTP support is currently in a separate JAR which you can include in your pom.xml and use. Here is a fairly complete set of instructions: http://hl7api.sourceforge.net/hapi-hl7overhttp/doc_hapi.html Note though that HTTP support is a relatively new thing- It's not even yet approved form

[HAPI-devel] Sending hl7 message over http

2014-07-15 Thread Sara Fatima
Hi all, I am working on sending PIX message to OpenHIE . I have created the hl7 message as per the PIX standards and verified the message by sending it to Gazelle Simulator. But the simulator receives it over MLLP. But now to send it to OpenHIE I need