Forums
 This topic is locked 
             Is this code get support in windows 2008 server 64 bit?
 Posted 14 Mar 2011  12:54:38 
  1 
     has   voted 
  14 Mar 2011  12:54:38 UMA MAHESWAR RAO P posted: 
 Dim postUrl
postUrl = "http://localhost:8002/XXX.asmx/methodname"
Set xmlhttp = server.Createobject("Microsoft.XMLHTTP")
xmlhttp.Open "POST",postUrl,false
xmlhttp.setRequestHeader "Content-Type","application/x-www-form-urlencoded"
xmlhttp.send DataToSend
Response.Write DataToSend & "<br>"