Nothing like getting a response a month later, eh?
There are a couple of interfaces out there that are doing exactly this; converting a message to xml and imbedding it in a soap message and sending it to a web server.
What you want to do is form your xml message as a soap message. So your data will be soap arguments within the soap message. Then use the http client protocol to send the message to a web server.
Any advice on doing the encapsulation using HL7. I am fairly new at cloverleaf and any advice or examples is greatly appreciated. From what I gather, I can make a tcl that puts the wrapper on there, but i am not sure at which point the proc should be put on there.
Greg Day wrote:
Nothing like getting a response a month later, eh?
There are a couple of interfaces out there that are doing exactly this; converting a message to xml and imbedding it in a soap message and sending it to a web server.
What you want to do is form your xml message as a soap message.
Author
Replies
Viewing 1 reply thread
The forum ‘Cloverleaf’ is closed to new topics and replies.