proc IbInXML
This is an example of taking in SOAP messages that carry the real message in the SOAP body.
In IbInXML
, messages coming into this
procedure are considered to be an ibmime from IB.
These contain a SOAP envelope in the first part of the ibmime. This carries the real message in its SOAP body. For example
HL7 v3. This procedure uses Tcl regular expressions to extract the XML message
inside the SOAP body and forward it on for further processing.