I'm trying to send/recieve SOAP messages to a web service configured to use HTTPS.  I've tried using the WinHTTP.au3 to no avail code is below #Include <WinHTTP.au3> #include<winapi.au3> Global $wo = 1, $tvId = 2, $storeNumber = 1235 Global $url = "https://remoteServer" ConsoleWrite(@ScriptLineNumber & @TAB & _WinAPI_GetLastError() & @crlf) Global $envelope = "<?xml version=""1.0"" encoding=""utf-8""?>" & _                     "<soap:Envelope xmlns