Does anyone know if there were changes to the basic httpQuery Tcl between v5.8R7 and 6.0R2? I’ve compared and have not found any changes.
httpQuery based Tcl modified by our site for CDPH (CA Dept Public Health – Immunizations CAIR) httpQyueryCair.tcl
The “ACK” comes back into engine in SOAP XML evnelope as ususal and the httpQueryCair Tcl is handeling everything normally until the very last part where it should OVER message disposition. It appears the message is not being moved to the inbound reply TPS queue and then is destroryed thus none of the Inbound Reply TPS Tcl(s) can evaluate the response and continue on to the next message or even error and move on to the next message. We are set to await replies -1 by design.
Any ideas appreciated….
In the interim, we’re not loosing any messages and in a pinch we just shut off the Await Replies turn up the EO and let the messages pass. Then we can validate on the process log the response messages to be sure no errors – tedious, but keeps our message count managable.