Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Invoke Webservice using vbscript
- I have tried the below code but it is not working. any body can help me. this is vb script code.Const HOST = "http://localhost/SampleApplication/Simple.asmx"'Const URL = "Simple.asmx"Const FORMAT = "Raja" ' Create the HTTP objectSet xmlhttp = CreateObject("Microsoft.XMLHTTP")xmlhttp.open "GET", HOST & "/GetYourTime?format=" & FORMAT, false' Send the request synchronouslyxmlhttp.send'MsgBox HOST...
- Tags: rajasrirangan@..., asp.net, programming, Microsoft VBScript
- Discussion threads 2006-03-08
- << Previous
- page 1 of 1
- Next >>