So has anyone found a way to create a soap message.
I create the body in an XML message. But the soap envelope will not let me compile the XML for cloverleaf.
To include the envelope. I do it currently in TCL.
But for support from others they don’t know much TCL so I was hoping to get it so the could help work / support these interfaces.
<?xml version=”1.0″ encoding=”utf-8″?>.
<soap:Envelope xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=”http://www.w3.org/2001/XMLSchema” xmlns:soap=”http://schemas.xmlsoap.org/soap/envelope/”>.
<soap:Body>.
</soap:Body>
</soap:Envelope>