umamahesh2020 -5 Light Poster
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>"
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.