Re: [HAPI-devel] Hl7 over HTTP

2014-07-18 Thread Sara Fatima
Hi James, I am trying to add the exclusion. Meanwhile I also did a mvn dependency:tree and here is what I got. C:\Users\SARA\IHEModule\IHEInteroperability>mvn dependency:tree [INFO] Scanning for projects... [INFO] [INFO] Rea

Re: [HAPI-devel] Hl7 over HTTP

2014-07-16 Thread James Agnew
This should be fairly simple, it just means that you have a version of slf4j-api that is too new (probably because HAPI is pulling it in). If you explicitly add a dependency in your pom.xml for slf4j-api the specifies a 1.5.x version (you should be able to find one in your OpenHIE pom) it'll use th

Re: [HAPI-devel] hl7 over http

2014-06-10 Thread James Agnew
Hi Matt, You'll find the full specification for HL7 over HTTP here: http://hl7api.sourceforge.net/hapi-hl7overhttp/specification.html 1) what should the content type be for the response messages ER7 formatted hl7 requests (I'm thinking text/plain) application/hl7-v2 (although as a part of prepa

Re: [HAPI-devel] HL7 Over HTTP: HTTP Response Codes

2014-02-03 Thread Giacomo Petronio
Thanks for the exhaustive answer, as always. It's nice to hear that these issues have already been addressed. Good job! On Mon, Feb 3, 2014 at 11:10 PM, James Agnew wrote: > Hi Giacomo, > > Unfortunately this is a case of the code being behind the specification. > At the previous HL7 working gr

Re: [HAPI-devel] HL7 Over HTTP: HTTP Response Codes

2014-02-03 Thread James Agnew
Hi Giacomo, Unfortunately this is a case of the code being behind the specification. At the previous HL7 working group meeting the ITS (implementable technology specification) group approved two changes to the spec: * HTTP 200 response code for all valid HL7 message responses (the rationale being

Re: [HAPI-devel] HL7 over HTTP: First draft posted

2012-08-01 Thread James Agnew
Hi Rahul, Thanks for the feedback. My general sense is that having a signature is definitely not going to be required in many cases, which was the main motivation for putting it in an optional profile of its own. As you point out, TLS with Symmetric keys can also do a great job of mutually authen

Re: [HAPI-devel] HL7 over HTTP: First draft posted

2012-07-31 Thread Rahul Somasunderam
James, Thanks for putting this together. I'm looking at the Signature Profile and wondering if it buys us anything that Mutual Authentication (X.509) does not. Can we do away with the HL7-Signature header? R, rahul On Jul 30, 2012, at 7:20 PM, James Agnew wrote: > Hi Everyone, > > The very f