› Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › https protocol
What release of Cloverleaf?
I have done it with Cloverleaf 5.2 but not since. We are now on 6.0.0 and I know it has been improved.
A lot depends on what the server you are attempting to connect to wants for the login, etc.
email: jim.kosloskey@jim-kosloskey.com 30+ years Cloverleaf, 60 years IT – old fart.
Have you looked at the following thread?
<a href="https://usspvlclovertch2.infor.com/viewtopic.php?t=3712″ class=”bbcode_url”>https://usspvlclovertch2.infor.com/viewtopic.php?t=3712
Charlie posted up a driver control procedure which uses curl.
We have 5.8.5 and using Cloverleaf standard, with some TCL procs per their documentation we were able to set up a vaccination query response with the Illinois Department of Public Helath. I would recommend you read the documentation for protocol HTTP client and then formulate more specific questions. Since my instance is query retrieve I have some extra coding to send responses back through the engine to source system, which is more complicated than what you are trying to do and might confuse with the extra TCL code we have in place.
Hope this helps,
Robert Milfajt
Northwestern Medicine
Chicago, IL
Thanks all, we are 5.7 and needed the SSL license. Got that installed so I am on to the next step. Looked at the link that was sent and going to try that tclcurl. I will update when I work this out so maybe it will help someone else out.
I used the tclcurl proc suggested from the post. It ‘seems’ to have sent the messages but I am getting an error in my log.
[ssl :clse:WARN/0:Immunizations_OB:02/17/2014 09:04:11] [0.0.3603364] Cannot OVER original OB message (yet)
I have never seen that before. Does anyone know what that would mean?
Sandi,
Do you see anywhere in the Tcl code you are using a message Disposition of OVER?
If so it appears that disposition is being improperly set.
If you are not expecting a reply then maybe the OVER is being executed but there is no message to be OVER’d??
email: jim.kosloskey@jim-kosloskey.com 30+ years Cloverleaf, 60 years IT – old fart.
Yes, that was it. Thank you.
Jim, I got the messages sent but the receiving side sent me this info that i have the header formatted incorrectly.
ERROR Web.HL7I An error has occured in this ASHX page. Please contact Avanza support for assistance. (The ASHX page was not called with a ‘loginid’ form variable.)
FATAL Web.HL7I The ASHX page was not called with a ‘loginid’ form variable.
I didnt actually create a header.
Sandi,
I suspect you will need to contact the receiving system support so they can provide documentation they should have provided you already as to how to connect and login to their system.
email: jim.kosloskey@jim-kosloskey.com 30+ years Cloverleaf, 60 years IT – old fart.
Sandi, have you considered upgrading to Cloverleaf 6.0.1? The engine now includes a module called CAA-WS (web services using the java driver) that simplifies this process somewhat. There will be additional improvements soon.
-- Max Drown (Infor)