I have a project to call a web service, send some parameter data in XML, and then receive a response that is also XML data. I am using a Tcl proc on my outbound thread to call the web service and I am receiving the data back into a variable. My question now is, how do I get this XML data into a message that I can now send back through the Cloverleaf engine to send back to the originating system?
Thanks.