Same code in both places. I get an object back in my response on the stand alone program. In the executable, I don't get an object back. It's always NULL
loHTTP.connecttimeout = 40
loHTTP.readtimeout = 40
loHTTP.SetRequestHeader("SoapAction","urn:insertTitle")
loResponse = loHTTP.PostXml(lcURL, lcXML, "utf-8")
loResponse is null in the executable