[HAPI-devel] Does HAPI support BATCH messages?

2014-07-22 Thread Pablo León
Hi, If so, where can I find an usage example? Regards, Pablo. -- Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Si

Re: [HAPI-devel] Does HAPI support BATCH messages?

2014-07-22 Thread James Agnew
Hi Pablo, Unfortunately not. We've never had any systems here that use it, so we've never been able to play with batch mode. I don't think it would be hard to implement though if anyone felt inclined to give it a shot.. :) James On Tue, Jul 22, 2014 at 4:52 AM, Pablo León wrote: > Hi, > > If

Re: [HAPI-devel] Does HAPI support BATCH messages?

2014-07-22 Thread Christian Ohr
No, unfortunately HAPI doesn't support batch messages Christian 2014-07-22 10:52 GMT+02:00 Pablo León : > Hi, > > If so, where can I find an usage example? > > Regards, > > Pablo. > > > -- > Want fast and easy

[HAPI-devel] Sending over HTTP issues

2014-07-22 Thread Sara Fatima
Hi all, I am using this example to send hl7 message over http. My aim is to send a PIX message to an OpenHIE end point. The message is being send to the below host: - Host: iol.sandbox.ohie.org - Port: 5001 - Basic auth detai

Re: [HAPI-devel] Sending over HTTP issues

2014-07-22 Thread James Agnew
Hi Sara, To send XML encoded messages, you need to pass an instance of DefaultXMLParser into the constructor of HohClientSimple. The client internally uses whatever parser it is passed (the sample you linked to uses a pipe parser) to encode the message object. Cheers, James On Tue, Jul 22, 2014