How can I call a SOAP 1.2 Web service from a LotusScript agent?
I'm using a Lotus Domino 9 on a windows Server I must call a Soap 1.2 web service that is not maintained anymore The Lotus Web service consumers only accepts Soap 1.1 web services, So I cannot use this nice feature to bind my web services. Is it possible to call a Soap 1.2 web service from my LotusScript agent and if yes, what are the needed steps ? Finally I found a solution using the XMLHTTP object Sub Initialize Dim xmlhttp As Variant dim DOMDocument As Variant Dim soapEnvelope As String Dim webService As String dim username As String Dim password As String Dim strxml As String Set xmlhttp